From b642f7eefbf8c7f0111d74528390de31aaacf203 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 14 Dec 2009 12:06:53 +0100 Subject: uclibc: do not allow selection of non-avr32 versions on AVR32 Signed-off-by: Thomas Petazzoni --- toolchain/uClibc/Config.in | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'toolchain/uClibc') diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index c0ec220f8..cc7dcd1a9 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -11,16 +11,17 @@ choice Select the version of uClibc you wish to use. config BR2_UCLIBC_VERSION_0_9_28_3 + depends on !BR2_avr32 depends on BR2_DEPRECATED bool "uClibc 0.9.28.3" - depends on BR2_EXT_UCLIBC_VERSION_0_9_28_3 config BR2_UCLIBC_VERSION_0_9_29 + depends on !BR2_avr32 depends on BR2_DEPRECATED bool "uClibc 0.9.29" - depends on BR2_EXT_UCLIBC_VERSION_0_9_29 config BR2_UCLIBC_VERSION_0_9_30 + depends on !BR2_avr32 depends on BR2_RECENT || BR2_DEPRECATED bool "uClibc 0.9.30" @@ -29,15 +30,15 @@ choice bool "uClibc 0.9.30-avr32-2.1.5" config BR2_UCLIBC_VERSION_0_9_30_1 + depends on !BR2_avr32 bool "uClibc 0.9.30.1" - depends on BR2_EXT_UCLIBC_VERSION_0_9_30_1 config BR2_UCLIBC_VERSION_SNAPSHOT + depends on !BR2_avr32 bool "daily snapshot" endchoice - config BR2_USE_UCLIBC_SNAPSHOT string "Date (yyyymmdd) of snapshot or 'snapshot' for latest" default "snapshot" -- cgit v1.2.3