mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-13 15:56:55 +00:00
musl: update to version 1.1.2
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41044
This commit is contained in:
parent
cfa350ca39
commit
6b7ee13094
@ -3,6 +3,6 @@ if USE_MUSL
|
|||||||
config MUSL_VERSION
|
config MUSL_VERSION
|
||||||
string
|
string
|
||||||
depends on USE_MUSL
|
depends on USE_MUSL
|
||||||
default "1.1.1"
|
default "1.1.2"
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@ -11,7 +11,7 @@ PKG_NAME:=musl
|
|||||||
PKG_VERSION:=$(call qstrip,$(CONFIG_MUSL_VERSION))
|
PKG_VERSION:=$(call qstrip,$(CONFIG_MUSL_VERSION))
|
||||||
PKG_RELEASE=1
|
PKG_RELEASE=1
|
||||||
|
|
||||||
PKG_SOURCE_MD5SUM:=dbc08d311148e095016d9bbf6c7ffda6
|
PKG_SOURCE_MD5SUM:=a81309e54efdf9c68baf679790fc5678
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://www.musl-libc.org/releases
|
PKG_SOURCE_URL:=http://www.musl-libc.org/releases
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user