diff options
author | John Crispin <john@openwrt.org> | 2014-06-02 13:03:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-02 13:03:15 +0000 |
commit | a810981e6bd17071c50e661ac9551ff5017e8d9c (patch) | |
tree | bc1db9a07319f0dac015196ce2690417b75e8b7a | |
parent | 029013d42ce60950616798a0cf9c7085915e28ab (diff) | |
download | upstream-a810981e6bd17071c50e661ac9551ff5017e8d9c.tar.gz upstream-a810981e6bd17071c50e661ac9551ff5017e8d9c.tar.bz2 upstream-a810981e6bd17071c50e661ac9551ff5017e8d9c.zip |
config/Config-images.in: the ext4 series introduced a regression
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40951
-rw-r--r-- | config/Config-images.in | 6 |
1 files changed, 3 insertions, 3 deletions
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" |