From 980775d85177013309ab36b1213629eccfd9fa6b Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 15 Mar 2024 15:22:36 +0100 Subject: [PATCH] luci-app-alist: add missing PKG_LICENSE Signed-off-by: Florian Eckert --- applications/luci-app-alist/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/luci-app-alist/Makefile b/applications/luci-app-alist/Makefile index 3c660830fa..ab0ea5d576 100644 --- a/applications/luci-app-alist/Makefile +++ b/applications/luci-app-alist/Makefile @@ -4,6 +4,8 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=LuCI app for AList LUCI_DEPENDS:=+alist -- 2.30.2