toolchain/musl: update to version 1.1.4

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 41954
This commit is contained in:
Felix Fietkau
2014-08-02 20:27:52 +00:00
parent 498619dc1f
commit 4e074eac21
2 changed files with 2 additions and 2 deletions

View File

@@ -3,6 +3,6 @@ if USE_MUSL
config MUSL_VERSION
string
depends on USE_MUSL
default "1.1.3"
default "1.1.4"
endif