omap24xx: Remove unmaintained target
[openwrt/openwrt.git] / target / linux / xburst / image / ubinize.cfg
1 [rootfs]
2 # Volume mode (other option is static)
3 mode=ubi
4 # Source image
5 image=root.ubifs
6 # Volume ID in UBI image
7 vol_id=0
8 # Allow for dynamic resize
9 vol_type=dynamic
10 # Volume name
11 vol_name=rootfs
12 # Autoresize volume at first mount
13 vol_flags=autoresize
14