mirror of https://github.com/hak5/openwrt-owl.git
musl: update to version 1.1.1
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 40820owl
parent
962575f201
commit
8ad21a82e9
|
@ -1,19 +1,3 @@
|
|||
# Choose musl version.
|
||||
|
||||
choice
|
||||
prompt "musl Version"
|
||||
depends on TOOLCHAINOPTS && USE_MUSL
|
||||
default MUSL_USE_VERSION_1_0_0
|
||||
help
|
||||
Select the version of musl you wish to use.
|
||||
|
||||
config MUSL_USE_VERSION_1_0_0
|
||||
select MUSL_VERSION_1_0_0
|
||||
bool "musl 1.0.0"
|
||||
|
||||
endchoice
|
||||
|
||||
|
||||
# Debug version.
|
||||
|
||||
config MUSL_ENABLE_DEBUG
|
||||
|
|
|
@ -3,10 +3,6 @@ if USE_MUSL
|
|||
config MUSL_VERSION
|
||||
string
|
||||
depends on USE_MUSL
|
||||
default "1.0.0" if MUSL_VERSION_1_0_0
|
||||
|
||||
config MUSL_VERSION_1_0_0
|
||||
default y if !TOOLCHAINOPTS
|
||||
bool
|
||||
default "1.1.1"
|
||||
|
||||
endif
|
||||
|
|
|
@ -11,13 +11,12 @@ PKG_NAME:=musl
|
|||
PKG_VERSION:=$(call qstrip,$(CONFIG_MUSL_VERSION))
|
||||
PKG_RELEASE=1
|
||||
|
||||
PKG_SOURCE_MD5SUM_1.0.0:=e54664fdf211d27737e328c4462b545e
|
||||
PKG_SOURCE_MD5SUM:=dbc08d311148e095016d9bbf6c7ffda6
|
||||
|
||||
PKG_SOURCE_URL:=http://www.musl-libc.org/releases
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
LIBC_SO_VERSION:=$(PKG_VERSION)
|
||||
PATCH_DIR:=$(PATH_PREFIX)/patches-$(PKG_VERSION)
|
||||
CONFIG_DIR:=$(PATH_PREFIX)/config-$(PKG_VERSION)
|
||||
PATCH_DIR:=$(PATH_PREFIX)/patches
|
||||
|
||||
HOST_BUILD_DIR:=$(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
||||
|
|
Loading…
Reference in New Issue