mirror of
https://github.com/openwrt/luci
synced 2025-01-07 03:27:12 +08:00
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:
parent
fb279a0a25
commit
611ff53c73
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user