Author: jogo Date: 2015-09-10 12:09:26 +0200 (Thu, 10 Sep 2015) New Revision: 46837
Modified: trunk/target/linux/ipq806x/image/Makefile Log: ipq806x: fix R7500 kernel generation Obviously the dummy rootfs must be after the kernel (uImage), not included in it. Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/ipq806x/image/Makefile =================================================================== --- trunk/target/linux/ipq806x/image/Makefile 2015-09-09 20:36:10 UTC (rev 46836) +++ trunk/target/linux/ipq806x/image/Makefile 2015-09-10 10:09:26 UTC (rev 46837) @@ -74,7 +74,7 @@ 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 := _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
