diff options
author | Phil Sutter <phil@nwl.cc> | 2014-06-17 03:07:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-18 09:10:35 +0200 |
commit | c3b1bef39937848630bb0b364eb6b4ef25ffed5b (patch) | |
tree | 3e97cbc2d1eb356b158764e97a2b34207c3bde19 /target | |
parent | 21bcaf4253242ec732e857dbf1485d5002d5fbcb (diff) |
target/linux/config: FS_MBCACHE is only needed for extended attributes
Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/config/Config.in.fs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index b27cb7525..ce7eb660a 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -62,14 +62,9 @@ config ADK_KERNEL_EXT2_FS help Ext2 is a standard Linux file system for hard disks. -config ADK_KERNEL_FS_MBCACHE - tristate - default n - config ADK_KERNEL_EXT3_FS prompt "EXT3 filesystem support" tristate - select ADK_KERNEL_FS_MBCACHE default n help This is the journalling version of the Second extended file system @@ -98,7 +93,6 @@ config ADK_KERNEL_EXT3_FS config ADK_KERNEL_EXT4_FS prompt "EXT4 filesystem support" tristate - select ADK_KERNEL_FS_MBCACHE select ADK_KERNEL_JBD2 default n help |