toolchain/musl: update to version 1.1.4

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

Backport of r41954

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42012 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2014-08-06 10:30:20 +00:00
parent 6213594d2f
commit 70407d9ace
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

View File

@ -11,7 +11,7 @@ PKG_NAME:=musl
PKG_VERSION:=$(call qstrip,$(CONFIG_MUSL_VERSION))
PKG_RELEASE=1
PKG_SOURCE_MD5SUM:=1628bd4c86b14b90447e1dcf8421aed7
PKG_SOURCE_MD5SUM:=f18f3bdbe088438cd64a5313c19a7312
PKG_SOURCE_URL:=http://www.musl-libc.org/releases
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz