From 9214fe523725d9cde9660cfa894ad22d8251892e Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 15 Mar 2024 15:22:18 +0100 Subject: [PATCH] luci-app-ahcp: add missing PKG_LICENSE Signed-off-by: Florian Eckert --- applications/luci-app-ahcp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/luci-app-ahcp/Makefile b/applications/luci-app-ahcp/Makefile index f66be24766..47e3f8c562 100644 --- a/applications/luci-app-ahcp/Makefile +++ b/applications/luci-app-ahcp/Makefile @@ -6,6 +6,8 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=LuCI Support for AHCPd LUCI_DEPENDS:=+luci-base +luci-compat +ahcpd -- 2.30.2