diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-23 23:25:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-23 23:25:30 +0100 |
commit | f998221406653b1192796a2ed37d1791d64df9a7 (patch) | |
tree | e7e98e72571ce04198bf688ddeca7eef0dc06320 /target/Config.in | |
parent | 4ec1361235a61c59e2e89a821b2e493249616b48 (diff) |
change defaults
Diffstat (limited to 'target/Config.in')
-rw-r--r-- | target/Config.in | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/target/Config.in b/target/Config.in index b243ddc2a..a28f4bb29 100644 --- a/target/Config.in +++ b/target/Config.in @@ -875,15 +875,8 @@ config ADK_COMPRESSION_TOOL choice prompt "Root filesystem type" - depends on ADK_TARGET_ROOTFS_ARCHIVE - default ADK_TARGET_ROOT_EXT2_FS - -config ADK_TARGET_ROOT_XFS - boolean - prompt "XFS filesystem" - select ADK_KERNEL_XFS_FS - help - Compile XFS filesystem into kernel and use it as root filesystem. +depends on ADK_TARGET_ROOTFS_ARCHIVE +default ADK_TARGET_ROOT_EXT2_FS config ADK_TARGET_ROOT_EXT2 boolean @@ -906,6 +899,14 @@ config ADK_TARGET_ROOT_EXT4 help Compile EXT4 filesystem into kernel and use it as root filesystem. +config ADK_TARGET_ROOT_XFS + boolean + prompt "XFS filesystem" + select ADK_KERNEL_XFS_FS + help + Compile XFS filesystem into kernel and use it as root filesystem. + + endchoice config ADK_TARGET_ROOTFS |