diff options
author | John Crispin <john@openwrt.org> | 2014-04-03 14:26:24 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-03 14:26:24 +0000 |
commit | 58eccdac4fb6b384dde8723876e69dafb8bf2368 (patch) | |
tree | 1cb6aa214bd126850734c1580add7a2c6aa28e36 /target/linux/lantiq/image/ubinize-overlay.cfg | |
parent | 78a3f697a53b9d7582d1f750ad30bfaa815808d7 (diff) | |
download | upstream-58eccdac4fb6b384dde8723876e69dafb8bf2368.tar.gz upstream-58eccdac4fb6b384dde8723876e69dafb8bf2368.tar.bz2 upstream-58eccdac4fb6b384dde8723876e69dafb8bf2368.zip |
lantiq: fix vr9 ubi handling
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40364
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 |