From fa3ab0c237b76eed2a7ee5f56d47802adfdc5c3a Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Fri, 4 Oct 2013 03:45:52 +0000 Subject: kirkwood: add support for UBI (3.10.x) Signed-off-by: Luka Perkov SVN-Revision: 38301 --- target/linux/kirkwood/image/ubinize.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/kirkwood/image/ubinize.cfg (limited to 'target/linux/kirkwood/image/ubinize.cfg') diff --git a/target/linux/kirkwood/image/ubinize.cfg b/target/linux/kirkwood/image/ubinize.cfg new file mode 100644 index 0000000..e4149ec --- /dev/null +++ b/target/linux/kirkwood/image/ubinize.cfg @@ -0,0 +1,13 @@ +[rootfs] +# Volume mode (other option is static) +mode=ubi +# Source image +image=root.ubifs +# Volume ID in UBI image +vol_id=0 +# Allow for dynamic resize +vol_type=dynamic +# Volume name +vol_name=rootfs +# Autoresize volume at first mount +vol_flags=autoresize -- cgit v1.1