From: John Crispin Date: Mon, 2 Jun 2014 13:03:15 +0000 (+0000) Subject: config/Config-images.in: the ext4 series introduced a regression X-Git-Tag: v14.07~914 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=f1a3d34563081c3c1b44d1091f5fb4013b8e6a81;p=openwrt-github%2F.git config/Config-images.in: the ext4 series introduced a regression Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40951 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/config/Config-images.in b/config/Config-images.in index daed0f5390..b2d7543d02 100644 --- a/config/Config-images.in +++ b/config/Config-images.in @@ -87,9 +87,9 @@ menu "Target Images" Allows you to change the percentage of reserved blocks in the root filesystem choice - prompt "Root filesystem block size"" + prompt "Root filesystem block size" default TARGET_EXT4_BLOCKSIZE_4K - depends TARGET_ROOTFS_EXT4FS + depends on TARGET_ROOTFS_EXT4FS help Allows you to change the block size of the root filesystem @@ -108,7 +108,7 @@ menu "Target Images" default 4096 if TARGET_EXT4_BLOCKSIZE_4K default 2048 if TARGET_EXT4_BLOCKSIZE_2K default 1024 if TARGET_EXT4_BLOCKSIZE_1K - depends TARGET_ROOTFS_EXT4FS + depends on TARGET_ROOTFS_EXT4FS config TARGET_EXT4_JOURNAL bool "Create a journaling filesystem"