From ca695ca26897b88b7d6e2205780755507ef9e449 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 20 Dec 2007 01:53:13 +0000 Subject: [PATCH] fix rootfs size selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9808 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.in b/Config.in index c8b739c62..606cb4a0e 100644 --- a/Config.in +++ b/Config.in @@ -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 -- 2.35.1