From 7a809fce3162c26becc969a1f6454f59be6f50cb Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 15 Mar 2024 15:21:46 +0100 Subject: [PATCH] luci-app-acl: add missing PKG_LICENSE Signed-off-by: Florian Eckert --- applications/luci-app-acl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/luci-app-acl/Makefile b/applications/luci-app-acl/Makefile index 11af15ebb7..f3f03aac64 100644 --- a/applications/luci-app-acl/Makefile +++ b/applications/luci-app-acl/Makefile @@ -2,6 +2,8 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=LuCI account management module LUCI_DEPENDS:=+luci-base -- 2.30.2