diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:07:47 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:22:36 +0100 |
commit | cd411a894785684eac10202135f09b50673f555e (patch) | |
tree | 41c1a7cb431242766357edb5031d0db27a072d03 /protocols/luci-proto-ncm/Makefile | |
parent | 5b26220660f036f6d4329671a8383351acbbd723 (diff) |
luci-proto-ncm: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'protocols/luci-proto-ncm/Makefile')
-rw-r--r-- | protocols/luci-proto-ncm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/luci-proto-ncm/Makefile b/protocols/luci-proto-ncm/Makefile index 5fd9c9a266..063b934e74 100644 --- a/protocols/luci-proto-ncm/Makefile +++ b/protocols/luci-proto-ncm/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for NCM LUCI_DEPENDS:=+comgt-ncm +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |