diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:06:12 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-19 13:22:36 +0100 |
commit | ff141f2bfd0fc543ff48e10e3ef0396a1fbb7967 (patch) | |
tree | d67bd4938cc02b3b37fee13bf354a6c7ba119722 /protocols/luci-proto-external | |
parent | 8657a001d4fe8b2a9344b0700367b00833908dc8 (diff) |
luci-proto-external: add missing license information
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'protocols/luci-proto-external')
-rw-r--r-- | protocols/luci-proto-external/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/luci-proto-external/Makefile b/protocols/luci-proto-external/Makefile index b9b146d7bd..e67a042cf2 100644 --- a/protocols/luci-proto-external/Makefile +++ b/protocols/luci-proto-external/Makefile @@ -3,6 +3,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for externally managed protocol LUCI_DEPENDS:=+external-protocol +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature |