diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-19 18:33:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-19 18:33:02 +0100 |
commit | 25631be7315cdddc0cf2ea273f3e06332128d36d (patch) | |
tree | 4860bd6e66fecadfb0610dd07cf0fda10f45c7d5 /target | |
parent | 0fe98e5899e84f30f0fe7f82a064cc8836e9c0f2 (diff) |
update eglic and glibc
Diffstat (limited to 'target')
-rw-r--r-- | target/Config.in | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/target/Config.in b/target/Config.in index 64c517ac5..a5a570148 100644 --- a/target/Config.in +++ b/target/Config.in @@ -676,44 +676,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" |