Author: jogo Date: 2015-09-04 16:44:48 +0200 (Fri, 04 Sep 2015) New Revision: 46787
Modified: trunk/target/linux/ipq806x/image/Makefile Log: 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 <[email protected]> Modified: trunk/target/linux/ipq806x/image/Makefile =================================================================== --- trunk/target/linux/ipq806x/image/Makefile 2015-09-04 14:44:44 UTC (rev 46786) +++ trunk/target/linux/ipq806x/image/Makefile 2015-09-04 14:44:48 UTC (rev 46787) @@ -38,8 +38,8 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
