diff options
author | Quirin Hofstaetter <qh@dev.tdt.de> | 2017-01-13 14:03:08 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2017-06-13 13:40:01 +0200 |
commit | 015348d8e1fc8083359e526903479610bd47dccf (patch) | |
tree | 7b20ade498394254ff8c34ee8512d2a552f2b1f6 /applications/luci-app-firewall | |
parent | 42be6e3257fa6fd510df66eefa1902eee41d1629 (diff) |
luci-app-firewall: add license tag
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-firewall')
-rw-r--r-- | applications/luci-app-firewall/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-firewall/Makefile b/applications/luci-app-firewall/Makefile index 21804d7c2..4fa85f2d5 100644 --- a/applications/luci-app-firewall/Makefile +++ b/applications/luci-app-firewall/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Firewall and Portforwarding application LUCI_DEPENDS:=+firewall +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |