mirror of
https://github.com/openwrt/openwrt.git
synced 2026-01-08 10:00:14 +04:00
targets: add kernel image dependencies on device tree files
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48146
This commit is contained in:
@@ -32,6 +32,7 @@ KERNEL_LOADADDR := $(loadaddr-y)
|
||||
|
||||
KERNEL_DTB = kernel-bin | patch-dtb | lzma
|
||||
define Device/Default
|
||||
KERNEL_DEPENDS = $$(wildcard ../dts/$$(DTS).dts)
|
||||
KERNEL := $(KERNEL_DTB) | uImage lzma
|
||||
IMAGES := sysupgrade.bin
|
||||
IMAGE_SIZE := $(ralink_default_fw_size_8M)
|
||||
|
||||
Reference in New Issue
Block a user