diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-05-05 01:52:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-05-05 01:52:54 +0000 |
commit | 5403c59f57f4296b9ff1c4255593a2451915b0b4 (patch) | |
tree | 961ff62ce4220c2ed54ea2e72f8d2a0e8dd43e95 /Config.in | |
parent | 13ebdec3f420e4f7c09a466fe0e9039afde16793 (diff) | |
download | mtk-20170518-5403c59f57f4296b9ff1c4255593a2451915b0b4.zip mtk-20170518-5403c59f57f4296b9ff1c4255593a2451915b0b4.tar.gz mtk-20170518-5403c59f57f4296b9ff1c4255593a2451915b0b4.tar.bz2 |
images: rename CONFIG_TARGET_ROOTFS_FSPART to CONFIG_TARGET_ROOTFS_PARTSIZE
SVN-Revision: 21362
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ menu "Target Images" source "target/linux/*/image/Config.in" - config TARGET_ROOTFS_FSPART + config TARGET_ROOTFS_PARTSIZE int "Root filesystem partition size (in MB)" depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || TARGET_rb532 default 48 |