aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-07-10 11:28:44 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-07-10 11:28:44 +0000
commit664c195e3355b79023c4315c6f0d7948380d69d6 (patch)
treea4a51d909a95d6b8b7f35cde20bcb4d7e96c217c /toolchain
parent11f51639726afe44973f2c7ae3ac59cefd3b2cf9 (diff)
downloadupstream-664c195e3355b79023c4315c6f0d7948380d69d6.tar.gz
upstream-664c195e3355b79023c4315c6f0d7948380d69d6.tar.bz2
upstream-664c195e3355b79023c4315c6f0d7948380d69d6.zip
toolchain: mark musl as broken for the chaos_calmer branch
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46291 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 7b365e4c5e..f3464a8ad7 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -228,6 +228,7 @@ choice
config LIBC_USE_MUSL
select USE_MUSL
bool "Use musl"
+ depends on BROKEN
depends on !(mips64 || mips64el)
endchoice