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:
Jonas Gorski 2015-09-04 14:44:48 +00:00
parent 5686d67d1c
commit 7a962fb55a

View file

@ -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