2
0
forked from Ivasoft/openwrt

lantiq: fix vr9 ubi handling

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 40364
This commit is contained in:
John Crispin
2014-04-03 14:26:24 +00:00
parent 78a3f697a5
commit 58eccdac4f
7 changed files with 66 additions and 24 deletions

View File

@@ -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