luci-base: add missing PKG_LICENSE_FILES info
authorFlorian Eckert <fe@dev.tdt.de>
Thu, 18 Apr 2024 10:39:20 +0000 (12:39 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Fri, 10 May 2024 08:29:41 +0000 (10:29 +0200)
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>
modules/luci-base/Makefile

index 856e4d186a37c26cd6001fa4858a588a4459995f..d9832e3393b1a036a3a1e5cf22093aa6b8e3141f 100644 (file)
@@ -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)