Skip to content

Commit

Permalink
ffac-eol-ssid: add license
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Dec 28, 2023
1 parent 128ffc1 commit d755498
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions ffac-eol-ssid/Makefile
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
# SPDX-FileCopyrightText: 2023 Florian Maurer (FFAC), grische (FFMUC)
# SPDX-License-Identifier: GPL-2.0-or-later
# This package is based on https://gitlab.karlsruhe.freifunk.net/firmware/packages/-/tree/master/ffka-eol-ssid by Julian Schuh and Simon Terzenbach

include $(TOPDIR)/rules.mk

PKG_NAME:=ffac-eol-ssid
PKG_VERSION:=1
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0-or-later

include $(TOPDIR)/../package/gluon.mk

define Package/$(PKG_NAME)
TITLE:=Changes the SSID for devices with this package. Used to show a deprecation warning in the SSID for unsupported targets
TITLE:=Changes the SSID for devices with this package. Used to show a deprecation warning in the SSID for unsupported devices/targets
DEPENDS:=+gluon-core
endef

define Package/ffac-eol-ssid/conffiles
define Package/$(PKG_NAME)/conffiles
/etc/config/eol-ssid
endef

$(eval $(call BuildPackageGluon,ffac-eol-ssid))
$(eval $(call BuildPackageGluon,$(PKG_NAME)))

0 comments on commit d755498

Please sign in to comment.