ramips: build factory images for Netgear EX2700
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Feb 2016 10:14:19 +0000 (10:14 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 25 Feb 2016 10:14:19 +0000 (10:14 +0000)
commit2de05f62588f9d7fafb90d37f63002a56a1b885c
tree604575dd2fd386535fa60a684d0a4b5896dbd59a
parentb3517025218361ca4754ad0a81b19764d471c076
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48771 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/ramips/image/Makefile
target/linux/ramips/image/ex2700-fakeroot.uImage [new file with mode: 0644]