2
1
Ulf Samuelsson 18 жил өмнө
parent
commit
0d3a3f8b57

+ 3 - 1
toolchain/uClibc/Config.in

@@ -14,13 +14,15 @@ choice
 		bool "uClibc 0.9.28"
 
 	config BR2_UCLIBC_VERSION_0_9_28_3
-		depends BR2_DEPRECATED
+		depends BR2_avr32 || BR2_DEPRECATED
 		bool "uClibc 0.9.28.3"
 
 	config BR2_UCLIBC_VERSION_0_9_29
+		depends !BR2_avr32
 		bool "uClibc 0.9.29"
 
 	config BR2_UCLIBC_VERSION_SNAPSHOT
+		depends !BR2_avr32
 		bool "daily snapshot"
 
 endchoice