summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-08-09 14:24:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-08-09 14:24:08 +0200
commitaa36ba1bfedbec0a5a8682dd862697eb4c090a13 (patch)
tree2e178bb008ea0076185a841cc35cb6ceffe7a4fa /target/linux/config/Config.in.fs
parent1c47490f586071528b387edc46e531c88bd77dc7 (diff)
parentcda64efca568ec61c064b44f494f58f7a08bd4e7 (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.