musl: move the dependency on BROKEN to the right config symbol
[openwrt.git] / toolchain / Config.in
index 7302e9f..7c0e3ce 100644 (file)
@@ -219,6 +219,7 @@ choice
        config LIBC_USE_MUSL
                bool "Use musl"
                select USE_MUSL
+               depends on BROKEN
                depends on !(mips64 || mips64el)
 
 endchoice