ramips: build factory images for Netgear EX2700
authorJohn Crispin <john@openwrt.org>
Thu, 25 Feb 2016 10:14:19 +0000 (10:14 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 25 Feb 2016 10:14:19 +0000 (10:14 +0000)
commitee2356242ae78ebca1111ba5ac70ba4150eacd1f
tree604575dd2fd386535fa60a684d0a4b5896dbd59a
parent8497fe6e37163395122a5c3a00ff2daad71d91e6
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 <joseph.c.lehner@gmail.com>
SVN-Revision: 48771
target/linux/ramips/image/Makefile
target/linux/ramips/image/ex2700-fakeroot.uImage [new file with mode: 0644]