diff options
author | John Crispin <john@openwrt.org> | 2014-06-24 18:12:41 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-24 18:12:41 +0000 |
commit | aca708e4e605f566e7043d4753b830aeb3e42d2e (patch) | |
tree | 154f6368d78b3f4c5279a08daa0a0b3d1dcd5895 /target/linux/lantiq | |
parent | 70a27a518e842f0180271ab79e058c3d20821bc7 (diff) | |
download | upstream-aca708e4e605f566e7043d4753b830aeb3e42d2e.tar.gz upstream-aca708e4e605f566e7043d4753b830aeb3e42d2e.tar.bz2 upstream-aca708e4e605f566e7043d4753b830aeb3e42d2e.zip |
lantiq: ubinize autoresize flag for rootfs_data
Setting this flag allows rootfs_data to expand on first boot
to fill remaining free space on nand.
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>
SVN-Revision: 41310
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/image/ubinize-overlay.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/lantiq/image/ubinize-overlay.cfg b/target/linux/lantiq/image/ubinize-overlay.cfg index ce8e5d97af..65f0f42c5b 100644 --- a/target/linux/lantiq/image/ubinize-overlay.cfg +++ b/target/linux/lantiq/image/ubinize-overlay.cfg @@ -19,3 +19,5 @@ vol_type=dynamic # Volume name vol_name=rootfs_data vol_size=1MiB +# Autoresize volume at first mount +vol_flags=autoresize |