From 26141f2ba4aa6099782e0e657eb2727ad6baf0ff Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 15 Mar 2010 19:57:40 +0100 Subject: some fixes suggested by mhofmann - check for m4, which is needed for gmp build - disable kernel compression choice, when toolchain-only is used - mentiond that registry change warning can be ignored --- target/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/Config.in') diff --git a/target/Config.in b/target/Config.in index f8e483311..fc0f36809 100644 --- a/target/Config.in +++ b/target/Config.in @@ -975,7 +975,7 @@ endchoice choice prompt "Compression method for Kernel" - depends on !(ADK_TARGET_ROOTFS_INITRAMFS || ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK) + depends on !(ADK_TARGET_ROOTFS_INITRAMFS || ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK || ADK_TOOLCHAIN_ONLY) config ADK_TARGET_KERNEL_COMPRESSION_GZIP boolean -- cgit v1.2.3