Kaynağa Gözat

musl: move the dependency on BROKEN to the right config symbol

Signed-off-by: Felix Fietkau <[email protected]>

SVN-Revision: 39754
Felix Fietkau 11 yıl önce
ebeveyn
işleme
e37c444450
2 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 0
      toolchain/Config.in
  2. 0 1
      toolchain/musl/Config.in

+ 1 - 0
toolchain/Config.in

@@ -219,6 +219,7 @@ choice
 	config LIBC_USE_MUSL
 		bool "Use musl"
 		select USE_MUSL
+		depends on BROKEN
 		depends on !(mips64 || mips64el)
 
 endchoice

+ 0 - 1
toolchain/musl/Config.in

@@ -3,7 +3,6 @@
 choice
 	prompt "musl Version"
 	depends on TOOLCHAINOPTS && USE_MUSL
-	depends on BROKEN
 	default MUSL_USE_VERSION_0_9_15
 	help
 	  Select the version of musl you wish to use.