From 38c1fa17448053166c28b0d04f0b058ad3552e28 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 15 Mar 2024 15:24:11 +0100 Subject: [PATCH] luci-app-statistics: add missing PKG_LICENSE Signed-off-by: Florian Eckert --- applications/luci-app-statistics/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/luci-app-statistics/Makefile b/applications/luci-app-statistics/Makefile index 140c136d5b..132b1402c7 100644 --- a/applications/luci-app-statistics/Makefile +++ b/applications/luci-app-statistics/Makefile @@ -6,6 +6,8 @@ include $(TOPDIR)/rules.mk +PKG_LICENSE:=Apache-2.0 + LUCI_TITLE:=LuCI Statistics Application LUCI_DEPENDS:= \ +luci-base \ -- 2.30.2