diff options
author | John Crispin <john@openwrt.org> | 2014-06-26 11:43:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-26 11:43:38 +0000 |
commit | baa534a8b7331541e6e522ba33b33476e3f67589 (patch) | |
tree | fd85ccd7b4fabb49c81794701a6115393595c4ee /target/linux/ar71xx/image/ubinize-nbg6716.ini | |
parent | d3be71e141c754ab5e1fbb2c14ce1876d931e6a3 (diff) | |
download | upstream-baa534a8b7331541e6e522ba33b33476e3f67589.tar.gz upstream-baa534a8b7331541e6e522ba33b33476e3f67589.tar.bz2 upstream-baa534a8b7331541e6e522ba33b33476e3f67589.zip |
ar71xx: nbg6716: Enable procd nand sysupgrage
This enables the procd nand upgrade for ZyXEL NBG 6716. Also the ubi config
is cleaned up to match the wndr4300.
Signed-off-by: André Valentin <avalentin@marcant.net>
SVN-Revision: 41346
Diffstat (limited to 'target/linux/ar71xx/image/ubinize-nbg6716.ini')
-rw-r--r-- | target/linux/ar71xx/image/ubinize-nbg6716.ini | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/target/linux/ar71xx/image/ubinize-nbg6716.ini b/target/linux/ar71xx/image/ubinize-nbg6716.ini index ec8d7c7fc6..814b0fbcc8 100644 --- a/target/linux/ar71xx/image/ubinize-nbg6716.ini +++ b/target/linux/ar71xx/image/ubinize-nbg6716.ini @@ -9,15 +9,10 @@ vol_id=0 vol_type=dynamic # Volume name vol_name=rootfs -# Autoresize volume at first mount -# vol_flags=autoresize -vol_size=40MiB [rootfs_data] # Volume mode (other option is static) mode=ubi -# Source image -image=jffs2.eof # Volume ID in UBI image vol_id=1 # Allow for dynamic resize @@ -25,5 +20,5 @@ vol_type=dynamic # Volume name vol_name=rootfs_data # Autoresize volume at first mount -vol_size=100MiB -#vol_flags=autoresize +vol_size=1MiB +vol_flags=autoresize |