[OpenWrt-Devel] [PATCH 06/10] ipq806x: wrap legacy image in uImage
Jonas Gorski
jogo at openwrt.org
Fri Aug 21 07:17:35 EDT 2015
Wrap the zImage in a uImage header so we can easily boot it from legacy
u-boots.
Signed-off-by: Jonas Gorski <jogo at openwrt.org>
---
target/linux/ipq806x/image/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile
index b64d629..2369762 100644
--- a/target/linux/ipq806x/image/Makefile
+++ b/target/linux/ipq806x/image/Makefile
@@ -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
--
2.1.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list