From 5b26220660f036f6d4329671a8383351acbbd723 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Tue, 19 Mar 2024 13:07:19 +0100 Subject: [PATCH] luci-proto-modemmanager: add missing license information Signed-off-by: Florian Eckert --- protocols/luci-proto-modemmanager/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocols/luci-proto-modemmanager/Makefile b/protocols/luci-proto-modemmanager/Makefile index c2718dd0ae..d45954a90d 100644 --- a/protocols/luci-proto-modemmanager/Makefile +++ b/protocols/luci-proto-modemmanager/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=Support for ModemManager LUCI_DEPENDS:=+modemmanager +PKG_LICENSE:=Apache-2.0 + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature -- 2.30.2