mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-02 03:56:49 +00:00
linux-firmware: add LICENSE_FILES and LICENSE file handling
The firmware blobs have all different licenses from the different manufacturers of the binary blobs. This information is contained in the upstream 'linux-firmware' repositroy. This commit extends the package handling so that this information can be added as an additional argument during packages generation. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
b1d579f174
commit
5c14de1d7e
@ -30,6 +30,8 @@ define Package/firmware-default
|
|||||||
URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
|
URL:=http://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git
|
||||||
TITLE:=$(1)
|
TITLE:=$(1)
|
||||||
DEPENDS:=$(2)
|
DEPENDS:=$(2)
|
||||||
|
LICENSE_FILES:=$(3)
|
||||||
|
LICENSE:=$(4)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
Reference in New Issue
Block a user