From: Jonas Gorski Date: Thu, 10 Sep 2015 10:09:26 +0000 (+0000) Subject: ipq806x: fix R7500 kernel generation X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a752ff1f8efbcf525f0b95c17e4d924d09a875e1;p=openwrt%2Fstaging%2Fyousong.git ipq806x: fix R7500 kernel generation Obviously the dummy rootfs must be after the kernel (uImage), not included in it. Signed-off-by: Jonas Gorski SVN-Revision: 46837 --- diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 316e0d3ceb..c59e6d446e 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -74,7 +74,7 @@ define Device/DniImage FILESYSTEMS := squashfs KERNEL_SUFFIX := -uImage KERNEL_INITRAMFS := kernel-bin | append-dtb | uImage none - KERNEL = kernel-bin | append-dtb | pad-to $$$$(($$(KERNEL_SIZE)-2*64-1)) | append-file $(KDIR)/root.dummy | uImage none + KERNEL = kernel-bin | append-dtb | pad-to $$$$(($$(KERNEL_SIZE)-2*64-1)) | uImage none | append-file $(KDIR)/root.dummy KERNEL_NAME := zImage NETGEAR_BOARD_ID := NETGEAR_HW_ID :=