openwrtv4/toolchain/musl/Config.version
Felix Fietkau 8cff8c8b08 musl: update to version 1.1.9
Patch to 2015-05-25 to fix ldso related regressions on PPC and MIPS.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 45754
2015-05-25 23:11:01 +00:00

8 lines
86 B
Text

if USE_MUSL
config MUSL_VERSION
string
depends on USE_MUSL
default "1.1.9"
endif