brcm2708: Implement sysupgrade
authorJohn Crispin <john@openwrt.org>
Tue, 14 Jul 2015 07:39:10 +0000 (07:39 +0000)
committerJohn Crispin <john@openwrt.org>
Tue, 14 Jul 2015 07:39:10 +0000 (07:39 +0000)
commit2de791010247a33b38ab05bd6fbfb6ef72c13578
treec7f86d2602b42da542e893b2f7c966576892a69e
parent1b7379689525ef0ada52035c4461acf7e7e4921c
brcm2708: Implement sysupgrade

Implement sysupgrade for Raspberry Pi, similar to the way it is done on x86:
The config files are saved in the boot partition and moved to where they are
normally expected in preinit.

Also add optional gzip compression for the SD card image, since this can save
a lot of space (76M vs 6M), also similar to x86.

Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 46347
target/linux/brcm2708/Makefile
target/linux/brcm2708/base-files/lib/preinit/79_move_config [new file with mode: 0644]
target/linux/brcm2708/base-files/lib/upgrade/platform.sh [new file with mode: 0644]
target/linux/brcm2708/image/Makefile