summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-21 23:34:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-21 23:34:33 +0100
commitcd945e49e76927a4c2924523458ceebfc2f859d6 (patch)
tree522e6d2becd283d0adf9fb63366bd8725a466275 /target/linux/config/Config.in.fs
parent3f5ed16b700efcfbc6d3eb0cc54bc63b3aa75ea5 (diff)
rename ext2-cf target rootfs to ext2-block
- add a foxg20 adkinstaller (not working yet) - rename ext2-cf target rootfs to ext2-block
Diffstat (limited to 'target/linux/config/Config.in.fs')
-rw-r--r--target/linux/config/Config.in.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index dc417c146..1378c3528 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -30,7 +30,7 @@ config ADK_KPACKAGE_KMOD_EXT2_FS
prompt "kmod-fs-ext2...................... EXT2 filesystem support"
tristate
default n
- depends on !ADK_TARGET_ROOTFS_EXT2_CF
+ depends on !ADK_TARGET_ROOTFS_EXT2_BLOCK
depends on !ADK_KERNEL_EXT2_FS
help
Ext2 is a standard Linux file system for hard disks.