summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-05-25 17:48:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-05-25 17:48:45 +0200
commit23eff1d5d3d4f22fc3d2fe9de026e3df3edf426d (patch)
treed5078c0ba1e06fa7a0e1ec878883c142e1e9a22a /target
parent5a65511ac3d0c687d1f2c012087b55d2950d211c (diff)
fix MesaLib cross-compile
Diffstat (limited to 'target')
-rw-r--r--target/Config.in30
1 files changed, 15 insertions, 15 deletions
diff --git a/target/Config.in b/target/Config.in
index 9206c527a..c5927e1a7 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -970,6 +970,14 @@ choice
prompt "Compression method for initramfs and kernel"
depends on ADK_TARGET_ROOTFS_INITRAMFS || ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK
+config ADK_TARGET_INITRAMFS_COMPRESSION_LZMA
+ boolean
+ prompt "lzma"
+ select ADK_KERNEL_RD_LZMA
+ select ADK_KERNEL_KERNEL_LZMA
+ help
+ Select LZMA compression.
+
config ADK_TARGET_INITRAMFS_COMPRESSION_GZIP
boolean
prompt "gzip"
@@ -986,14 +994,6 @@ config ADK_TARGET_INITRAMFS_COMPRESSION_BZIP2
help
Select BZIP2 compression.
-config ADK_TARGET_INITRAMFS_COMPRESSION_LZMA
- boolean
- prompt "lzma"
- select ADK_KERNEL_RD_LZMA
- select ADK_KERNEL_KERNEL_LZMA
- help
- Select LZMA compression.
-
config ADK_TARGET_INITRAMFS_COMPRESSION_LZO
boolean
prompt "lzo"
@@ -1008,6 +1008,13 @@ choice
prompt "Compression method for Kernel"
depends on !(ADK_TARGET_ROOTFS_INITRAMFS || ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK || ADK_TOOLCHAIN_ONLY)
+config ADK_TARGET_KERNEL_COMPRESSION_LZMA
+ boolean
+ prompt "lzma"
+ select ADK_KERNEL_KERNEL_LZMA
+ help
+ Select LZMA compression for Kernel.
+
config ADK_TARGET_KERNEL_COMPRESSION_GZIP
boolean
prompt "gzip"
@@ -1022,13 +1029,6 @@ config ADK_TARGET_KERNEL_COMPRESSION_BZIP2
help
Select BZIP2 compression for Kernel.
-config ADK_TARGET_KERNEL_COMPRESSION_LZMA
- boolean
- prompt "lzma"
- select ADK_KERNEL_KERNEL_LZMA
- help
- Select LZMA compression for Kernel.
-
config ADK_TARGET_KERNEL_COMPRESSION_LZO
boolean
prompt "lzo"