diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-20 01:53:13 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-20 01:53:13 +0000 |
commit | e0a4e2a40908d211e6edad2b734a9263f4a0592c (patch) | |
tree | d990de7e15df464e37708871fa0dbe9ce710667b /Config.in | |
parent | e66822935e030cd364e4973800a9e1fccb236362 (diff) | |
download | upstream-e0a4e2a40908d211e6edad2b734a9263f4a0592c.tar.gz upstream-e0a4e2a40908d211e6edad2b734a9263f4a0592c.tar.bz2 upstream-e0a4e2a40908d211e6edad2b734a9263f4a0592c.zip |
fix rootfs size selection
SVN-Revision: 9808
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ source "target/linux/*/image/Config.in" config TARGET_ROOTFS_FSPART int "Filesystem part size (in MB)" - depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || LINUX_2_6_RB532 + depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || TARGET_rb532 || TARGET_olpc default 16 help Allows you to change the filesystem partition size |