projects
/
openwrt
/
staging
/
dedeckeh.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef474a
)
toolchain: mark musl as non-broken
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 19 Oct 2014 21:57:28 +0000
(21:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 19 Oct 2014 21:57:28 +0000
(21:57 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42977
toolchain/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/Config.in
b/toolchain/Config.in
index aad709578cc14dab62063fb3c46bf3628c8e4e6c..3b35ac6ea58d24764fc3ace38a42714b9d7ec0a8 100644
(file)
--- a/
toolchain/Config.in
+++ b/
toolchain/Config.in
@@
-221,7
+221,6
@@
choice
config LIBC_USE_MUSL
bool "Use musl"
select USE_MUSL
- depends on BROKEN
depends on !(mips64 || mips64el)
endchoice