diff options
| -rw-r--r-- | toolchain/uClibc/Config.in | 9 | 
1 files changed, 5 insertions, 4 deletions
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"  | 
