diff options
author | Florian Eckert <fe@dev.tdt.de> | 2024-03-15 15:24:11 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2024-03-15 15:30:31 +0100 |
commit | 38c1fa17448053166c28b0d04f0b058ad3552e28 (patch) | |
tree | b6716cf3a5365afcc2283e193d15486792bb9028 /applications/luci-app-statistics/Makefile | |
parent | da4665d76e5593d5d73bd817b246110f331e3386 (diff) |
luci-app-statistics: add missing PKG_LICENSE
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-statistics/Makefile')
-rw-r--r-- | applications/luci-app-statistics/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |