projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ae0ec
)
toolchain/musl: fix typo on configuration symbol
author
Florian Fainelli
<florian@openwrt.org>
Mon, 10 Dec 2012 14:24:17 +0000
(14:24 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Mon, 10 Dec 2012 14:24:17 +0000
(14:24 +0000)
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34596
toolchain/musl/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/musl/Config.in
b/toolchain/musl/Config.in
index fa1e445700777ca4bfb33b93a5611651eb5f6c77..254a8d4201116b85779de3a849cae9b3e5c69a9e 100644
(file)
--- a/
toolchain/musl/Config.in
+++ b/
toolchain/musl/Config.in
@@
-3,7
+3,7
@@
choice
prompt "musl Version"
depends on TOOLCHAINOPTS && USE_MUSL
- default
UCLIBC
_VERSION_0_9_7
+ default
MUSL
_VERSION_0_9_7
help
Select the version of musl you wish to use.