summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2024-04-18 12:39:20 +0200
committerFlorian Eckert <fe@dev.tdt.de>2024-05-10 10:29:41 +0200
commit611ff53c736b968328515e1cc6e0baeb18b66b2c (patch)
tree5548aab05d2a343d436a7c8e28a2fa82749b1af1 /modules
parentfb279a0a25e59ac8bc18a127d7e6aaba7349c623 (diff)
luci-base: add missing PKG_LICENSE_FILES info
The 'luci-base' package is the base package that must always be installed when the LuCI is used. Therefore, according to the license, the license files used by the LuCI must be referenced there. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-base/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile
index 856e4d186a..d9832e3393 100644
--- a/modules/luci-base/Makefile
+++ b/modules/luci-base/Makefile
@@ -28,6 +28,7 @@ LUCI_DEPENDS:=\
+liblucihttp-ucode
PKG_LICENSE:=Apache-2.0
+PKG_LICENSE_FILES:=LICENSE NOTICE
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)