From ff7b62f34827b788fb82b42c06731f6096dadc75 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 25 Feb 2016 10:14:19 +0000 Subject: ramips: build factory images for Netgear EX2700 This patch adds support for building factory and sysupgrade images for the Netgear EX2700 that don't require modification of u-boot environment variables. The bootloader on this device expects the kernel partition to end on a 64k block boundary. The last 64 byte of the kernel partition must contain a valid uImage header - in the stock firmware, this is the uImage header of the root filesystem. For this patch, we're using the uImage header of a 0 byte partition (ex2700-fakeroot.uImage). Signed-off-by: Joseph C. Lehner git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48771 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/image/ex2700-fakeroot.uImage | Bin 0 -> 64 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 target/linux/ramips/image/ex2700-fakeroot.uImage (limited to 'target/linux/ramips/image/ex2700-fakeroot.uImage') diff --git a/target/linux/ramips/image/ex2700-fakeroot.uImage b/target/linux/ramips/image/ex2700-fakeroot.uImage new file mode 100644 index 0000000000..340f736141 Binary files /dev/null and b/target/linux/ramips/image/ex2700-fakeroot.uImage differ -- cgit v1.2.3