This website works better with JavaScript.
Explore
Help
Sign In
hsist
/
freifunkist-firmware
Watch
6
Star
1
Fork
You've already forked freifunkist-firmware
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28194
Commits
1
Branch
0
Tags
164 MiB
Tag:
Branch:
Tree:
8af860e186
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8af860e186'
${ noResults }
freifunkist-firmware
/
toolchain
/
musl
/
Config.version
9 lines
86 B
Raw
Normal View
History
Unescape
Escape
toolchain: get rid of musl version kconfig symbol overloading SVN-Revision: 36359
12 years ago
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
12 years ago
config MUSL_VERSION
string
depends on USE_MUSL
toolchain/musl: update to version 1.1.4 Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41954
10 years ago
default "1.1.4"
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
12 years ago
endif