This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
openwrt
mirror of
git://git.openwrt.org/openwrt/openwrt.git
Watch
1
Star
0
Fork
You've already forked openwrt
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b24897ee5c
openwrt
/
toolchain
/
musl
/
Config.version
9 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
toolchain: get rid of musl version kconfig symbol overloading SVN-Revision: 36359
2013-04-18 12:05:02 +00:00
if USE_MUSL
add preliminary support for musl Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34314
2012-11-23 20:02:29 +00:00
config MUSL_VERSION
string
depends on USE_MUSL
musl: update to version 1.1.1 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40820
2014-05-21 14:09:58 +00:00
default "1.1.1"
add preliminary support for musl Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34314
2012-11-23 20:02:29 +00:00
endif