diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-03 14:26:24 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-03 14:26:24 +0000 |
commit | 42d3266aa89bfbc560cdefa35da05f185d635fee (patch) | |
tree | 841563cbc74c92b0f5a87b56dbe82702c1f17194 /target/linux/lantiq/image/ubinize-overlay.cfg | |
parent | 9287850cd16f70b141cfd190769d1b0f5277f61f (diff) | |
download | upstream-42d3266aa89bfbc560cdefa35da05f185d635fee.tar.gz upstream-42d3266aa89bfbc560cdefa35da05f185d635fee.tar.bz2 upstream-42d3266aa89bfbc560cdefa35da05f185d635fee.zip |
lantiq: fix vr9 ubi handling
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40364 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/image/ubinize-overlay.cfg')
-rw-r--r-- | target/linux/lantiq/image/ubinize-overlay.cfg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/ubinize-overlay.cfg b/target/linux/lantiq/image/ubinize-overlay.cfg new file mode 100644 index 0000000000..ce8e5d97af --- /dev/null +++ b/target/linux/lantiq/image/ubinize-overlay.cfg @@ -0,0 +1,21 @@ +[rootfs] +# Volume mode (other option is static) +mode=ubi +# Source image +image=root.squashfs +# Volume ID in UBI image +vol_id=0 +# Allow for dynamic resize +vol_type=dynamic +# Volume name +vol_name=rootfs +[rootfs_data] +# Volume mode (other option is static) +mode=ubi +# Volume ID in UBI image +vol_id=1 +# Allow for dynamic resize +vol_type=dynamic +# Volume name +vol_name=rootfs_data +vol_size=1MiB |