summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-20 20:42:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-20 20:42:19 +0200
commitd07acf5eacf62cd8b5495f12e3b37427050270c9 (patch)
treea0f4d7869e37ede1ca386ac428c75bf4b34d80f4 /target/linux/config/Config.in.fs
parent70c44baa23fbf86a888f6f37a75bca10a631a01c (diff)
parent4a0a9fe7fee9d7032adc62e244a23d37013816e3 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config/Config.in.fs')
-rw-r--r--target/linux/config/Config.in.fs4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 020025f95..5b96e96ce 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -21,8 +21,8 @@ config ADK_KPACKAGE_KMOD_EXT2_FS
prompt "kmod-fs-ext2...................... EXT2 filesystem support"
tristate
default n
- depends !ADK_TARGET_ROOTFS_EXT2_CF
- depends !ADK_KERNEL_EXT2_FS
+ depends on !ADK_TARGET_ROOTFS_EXT2_CF
+ depends on !ADK_KERNEL_EXT2_FS
help
Ext2 is a standard Linux file system for hard disks.