summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.fs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-09-10 22:18:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-09-10 22:18:31 +0200
commitda18fa3f6bc7149d36f14cde0cf615096613f47a (patch)
tree06c22c1927acce0d40685881b259dc66ac74865b /target/linux/config/Config.in.fs
parenteaa376127850b4cd31eb62654f85c12de536c9d3 (diff)
make rootfs configurable, add ext4 support
Diffstat (limited to 'target/linux/config/Config.in.fs')
-rw-r--r--target/linux/config/Config.in.fs22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 7468ee55c..a9c2668ae 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -17,6 +17,10 @@ config ADK_KPACKAGE_KMOD_EXPORTFS
default n
help
+config ADK_KERNEL_EXT2_FS
+ boolean
+ default n
+
config ADK_KPACKAGE_KMOD_EXT2_FS
prompt "kmod-fs-ext2...................... EXT2 filesystem support"
tristate
@@ -26,9 +30,14 @@ config ADK_KPACKAGE_KMOD_EXT2_FS
help
Ext2 is a standard Linux file system for hard disks.
+config ADK_KERNEL_EXT3_FS
+ boolean
+ default n
+
config ADK_KPACKAGE_KMOD_EXT3_FS
prompt "kmod-fs-ext3...................... EXT3 filesystem support"
tristate
+ depends on !ADK_KERNEL_EXT3_FS
default n
help
This is the journalling version of the Second extended file system
@@ -54,6 +63,19 @@ config ADK_KPACKAGE_KMOD_EXT3_FS
e2fsprogs version 1.20 or later in order to create ext3 journals
(available at <http://sourceforge.net/projects/e2fsprogs/>).
+config ADK_KERNEL_EXT4_FS
+ boolean
+ select ADK_KERNEL_CRC16
+ default n
+
+config ADK_KPACKAGE_KMOD_EXT4_FS
+ prompt "kmod-fs-ext4...................... EXT4 filesystem support"
+ tristate
+ depends on !ADK_KERNEL_EXT4_FS
+ select ADK_KPACKAGE_KMOD_CRC16
+ default n
+ help
+
config ADK_KPACKAGE_KMOD_HFSPLUS_FS
prompt "kmod-fs-hfsplus................... HFS+ filesystem support"
tristate