diff options
author | Quirin Hofstaetter <qh@dev.tdt.de> | 2017-01-13 14:03:59 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2017-06-13 13:40:05 +0200 |
commit | b2ee84ce60d64adc7566cfa31518c397dce07ef4 (patch) | |
tree | a74be744b1548d632b000e6ba5d8547c1232861f | |
parent | 015348d8e1fc8083359e526903479610bd47dccf (diff) |
luci-app-qos: add license tag
Signed-off-by: Quirin Hofstaetter <qh@dev.tdt.de>
-rw-r--r-- | applications/luci-app-qos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/applications/luci-app-qos/Makefile b/applications/luci-app-qos/Makefile index dd322a347a..fd12557453 100644 --- a/applications/luci-app-qos/Makefile +++ b/applications/luci-app-qos/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Quality of Service configuration module LUCI_DEPENDS:=+qos-scripts +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |