ar71xx: initial support for TP-Link Archer C7v2
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / image / ubinize-wndr4300.ini
1 [rootfs]
2 # Volume mode (other option is static)
3 mode=ubi
4 # Source image
5 image=root.squashfs
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
15 [rootfs_data]
16 # Volume mode (other option is static)
17 mode=ubi
18 # Source image
19 image=jffs2.eof
20 # Volume ID in UBI image
21 vol_id=1
22 # Allow for dynamic resize
23 vol_type=dynamic
24 # Volume name
25 vol_name=rootfs_data
26 # Autoresize volume at first mount
27 vol_flags=autoresize