From f53d9ece642824fb7a7c73c5d99e8c514bee15e6 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sat, 13 Oct 2007 10:15:01 +0000 Subject: Update AVR32 toolchain with new binutils and uClibc, This time it works (cross-fingers) --- toolchain/kernel-headers/Config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'toolchain/kernel-headers') diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index b656cc691..211d89a82 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -62,7 +62,7 @@ choice bool "Latest Linux 2.6.21.x kernel headers" config BR2_KERNEL_HEADERS_2_6_22_1 - depends !BR2_nios2 + depends !BR2_avr32 && !BR2_nios2 bool "Linux 2.6.22.1 kernel headers" config BR2_KERNEL_HEADERS_2_6_22_10 @@ -79,6 +79,7 @@ choice config BR2_KERNEL_HEADERS_SNAP bool "Linux 2.6 snapshot" + depends !BR2_avr32 endchoice -- cgit v1.2.3