diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-09-10 10:09:26 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-09-10 10:09:26 +0000 |
commit | a752ff1f8efbcf525f0b95c17e4d924d09a875e1 (patch) | |
tree | 289707a14c391ef60d0fbdecd1d6b4c8d38ebbb8 /target/linux/ipq806x/image/Makefile | |
parent | 3670f4128d9d65b56397c5b86bfcc23a69cdba3d (diff) | |
download | upstream-a752ff1f8efbcf525f0b95c17e4d924d09a875e1.tar.gz upstream-a752ff1f8efbcf525f0b95c17e4d924d09a875e1.tar.bz2 upstream-a752ff1f8efbcf525f0b95c17e4d924d09a875e1.zip |
ipq806x: fix R7500 kernel generation
Obviously the dummy rootfs must be after the kernel (uImage), not
included in it.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46837
Diffstat (limited to 'target/linux/ipq806x/image/Makefile')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 := |