From ff141f2bfd0fc543ff48e10e3ef0396a1fbb7967 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 19 Mar 2024 13:06:12 +0100 Subject: [PATCH] luci-proto-external: add missing license information Signed-off-by: Florian Eckert --- protocols/luci-proto-external/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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