diff options
Diffstat (limited to 'target')
| -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 |
