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)
commitcb49742f995b6cea4970d74a5cc0f59c904bd3e3
treec33c43969baf8df0dc915ed616cd113f43327281
parentc0c3f2d4c9178925f66f6df9fb0e4fcb370a8890
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]