summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorU-windows7\wbx <wbx@windows7.(none)>2009-12-19 20:39:23 +0100
committerU-windows7\wbx <wbx@windows7.(none)>2009-12-19 20:39:23 +0100
commit99f2eaf540fc2a613b97560cc6e9a9de0937ac23 (patch)
tree92a25e6a0f8cad4c511589eae0648696a176c82c /target
parentc58c1d4555c199939496713f231e45598b4d8ba7 (diff)
parent1fda4ed40fe7fbab5db517a79ff8b13b33ca9355 (diff)
Merge branch 'master' of git://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r--target/Config.in38
1 files changed, 0 insertions, 38 deletions
diff --git a/target/Config.in b/target/Config.in
index 2ff9ce4dd..738d50b31 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -694,44 +694,6 @@ config ADK_COMPRESSION_TOOL
default "lzma -9" if ADK_TARGET_INITRAMFS_COMPRESSION_LZMA
help
-choice
-prompt "Root filesystem type"
- depends on ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK
- default ADK_TARGET_ROOT_XFS
-
-config ADK_TARGET_ROOT_XFS_MOD
- boolean
- prompt "XFS filesystem"
- select ADK_KPACKAGE_KMOD_XFS_FS
- select ADK_PACKAGE_XFSPROGS
- help
- Select XFS filesystem kernel module and filesystem utilities.
-
-config ADK_TARGET_ROOT_EXT2_MOD
- boolean
- prompt "EXT2 filesystem"
- select ADK_KPACKAGE_KMOD_EXT2_FS
- select ADK_PACKAGE_E2FSPROGS
- help
- Select EXT2 filesystem kernel module and filesystem utilities.
-
-config ADK_TARGET_ROOT_EXT3_MOD
- boolean
- prompt "EXT3 filesystem"
- select ADK_KPACKAGE_KMOD_EXT3_FS
- select ADK_PACKAGE_E2FSPROGS
- help
- Select EXT3 filesystem kernel module and filesystem utilities.
-
-config ADK_TARGET_ROOT_EXT4_MOD
- boolean
- prompt "EXT4 filesystem"
- select ADK_KPACKAGE_KMOD_EXT4_FS
- select ADK_PACKAGE_E2FSPROGS
- help
- Select EXT4 filesystem kernel module and filesystem utilities.
-
-endchoice
choice
prompt "Root filesystem type"