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 | 542cddde8bc8c8f3dfbd2dfa5db89235130b4068 (patch) | |
tree | 2158583910d9da8104ccd137f33f104ea08e5b94 /Config.in | |
parent | b44883d3d01f9cdc67e4c6054973626335c75b8d (diff) | |
download | upstream-542cddde8bc8c8f3dfbd2dfa5db89235130b4068.tar.gz upstream-542cddde8bc8c8f3dfbd2dfa5db89235130b4068.tar.bz2 upstream-542cddde8bc8c8f3dfbd2dfa5db89235130b4068.zip |
fix rootfs size selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9808 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |