From cb49742f995b6cea4970d74a5cc0f59c904bd3e3 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 SVN-Revision: 48771 --- 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 0000000..340f736 Binary files /dev/null and b/target/linux/ramips/image/ex2700-fakeroot.uImage differ -- cgit v1.1