diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2011-02-02 14:58:30 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2011-02-02 14:58:30 +0000 |
commit | 40a4e53e18122a2003637d60afd293d007e1cecf (patch) | |
tree | e6af19e7892c83738c649be4b9b90625dea0665d /target/linux/omap35xx/image/ubinize.cfg | |
parent | 910f61bbdb2b5c4fe541b8720fdf268b891c72ea (diff) | |
download | upstream-40a4e53e18122a2003637d60afd293d007e1cecf.tar.gz upstream-40a4e53e18122a2003637d60afd293d007e1cecf.tar.bz2 upstream-40a4e53e18122a2003637d60afd293d007e1cecf.zip |
[gumstix] Add support for ubifs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25310 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx/image/ubinize.cfg')
-rw-r--r-- | target/linux/omap35xx/image/ubinize.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/omap35xx/image/ubinize.cfg b/target/linux/omap35xx/image/ubinize.cfg new file mode 100644 index 0000000000..49d55b9840 --- /dev/null +++ b/target/linux/omap35xx/image/ubinize.cfg @@ -0,0 +1,14 @@ +[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 + |