toolchain: musl is not available on MIPS64

Signed-off-by: Florian Fainelli <florian@openwrt.org>

SVN-Revision: 36206
This commit is contained in:
Florian Fainelli 2013-04-05 12:36:26 +00:00
parent e032922266
commit 2f972664ec
1 changed files with 1 additions and 0 deletions

View File

@ -177,6 +177,7 @@ choice
config USE_MUSL
bool "Use musl"
depends !(mips64 || mips64el)
endchoice