brcm63xx: add Livebox 1 firmware image generation
authorJonas Gorski <jogo@openwrt.org>
Wed, 25 Mar 2015 15:34:40 +0000 (15:34 +0000)
committerJonas Gorski <jogo@openwrt.org>
Wed, 25 Mar 2015 15:34:40 +0000 (15:34 +0000)
commitd84fafb9f34be7f92b01938acafcc828d9f00478
treec5baca1b1a43d65e12276ac1a24d5eec8370bb49
parent77e3d442b0a246a953706ed34f257c3c07ade12a
brcm63xx: add Livebox 1 firmware image generation

Currently there isn't images ready for flashing liveboxes boards. This
patch adds a script and the code to call it in the  bcm63xx images
builder makefile to generate the livebox 1 firmware.

I removed some lines to avoid generating unneded files in the bin/ dir
for this board. And added code to generate a squashed rootfs aligned to
64 kB since the current one in the /bin dir is 128 kB aligned and
doesn't work. Still no sysupgrade support for this board. Upgrading from
within openwrt can be done writing with mtd the kernel, and then the 64k
aligned rootfs.

Regards

Signed-off-by: Daniel Gonzalez <dgcbueu@gmail.com>
[jogo: use sed instead of a separate shell script for the boot script, make it
 respect the load address]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44982
target/linux/brcm63xx/image/Makefile
target/linux/brcm63xx/image/redbootscript.template [new file with mode: 0644]