procd: firstboot nand/ubi takeover support
authorJohn Crispin <john@openwrt.org>
Wed, 3 Dec 2014 14:32:32 +0000 (14:32 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 3 Dec 2014 14:32:32 +0000 (14:32 +0000)
commit68909fb081065094138ca02d23231902accb5171
treec01696e5d6481c167e618fce210ff94dc087945f
parent1e8a83e55388641e2769635cad6dca22cb05ecfe
procd: firstboot nand/ubi takeover support

it is now possible to flash a initramfs kernel and a sysupgrade tar file inside the ubi partition. on first boot, the takeover script will find the tar file, extract and finally sysupgrade it. this allows us to flash owrt/ubi images in a 2 phase setup using ODM webuis that are not ubi aware. this is needed by some mediatek and brokencom devices.

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43505
package/system/procd/Makefile
package/system/procd/files/nand-preinit.sh [new file with mode: 0644]