musl: move the dependency on BROKEN to the right config symbol
[openwrt/svn-archive/archive.git] / toolchain / Config.in
index 7302e9f87461a31fd0e816d337896fcdc7075130..7c0e3ce086ea6e30c0956472a8a7b9a95a71bf6f 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