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>
This commit is contained in:
Florian Eckert 2024-04-18 12:39:20 +02:00
parent fb279a0a25
commit 611ff53c73

View 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)