From 42d3266aa89bfbc560cdefa35da05f185d635fee Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 3 Apr 2014 14:26:24 +0000 Subject: lantiq: fix vr9 ubi handling Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40364 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/image/ubinize-overlay.cfg | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 target/linux/lantiq/image/ubinize-overlay.cfg (limited to 'target/linux/lantiq/image/ubinize-overlay.cfg') 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 -- cgit v1.2.3