mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
ipq806x: wrap legacy image in uImage
Wrap the zImage in a uImage header so we can easily boot it from legacy u-boots. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 46787
This commit is contained in:
parent
5686d67d1c
commit
7a962fb55a
@ -38,8 +38,8 @@ endef
|
||||
DEVICE_VARS += DEVICE_DTS
|
||||
|
||||
define Device/LegacyImage
|
||||
KERNEL_SUFFIX := -zImage
|
||||
KERNEL = kernel-bin | append-dtb
|
||||
KERNEL_SUFFIX := -uImage
|
||||
KERNEL = kernel-bin | append-dtb | uImage none
|
||||
KERNEL_NAME := zImage
|
||||
KERNEL_INSTALL := 1
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user