diff --git a/toolchain/musl/Config.in b/toolchain/musl/Config.in index 8892af01a1..05caa6ab6f 100644 --- a/toolchain/musl/Config.in +++ b/toolchain/musl/Config.in @@ -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 diff --git a/toolchain/musl/Config.version b/toolchain/musl/Config.version index 685aef2b9d..7a25126477 100644 --- a/toolchain/musl/Config.version +++ b/toolchain/musl/Config.version @@ -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 diff --git a/toolchain/musl/common.mk b/toolchain/musl/common.mk index e974d28fb9..93fab04113 100644 --- a/toolchain/musl/common.mk +++ b/toolchain/musl/common.mk @@ -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) diff --git a/toolchain/musl/patches-1.0.0/100-add_glob_onlydir.patch b/toolchain/musl/patches/100-add_glob_onlydir.patch similarity index 100% rename from toolchain/musl/patches-1.0.0/100-add_glob_onlydir.patch rename to toolchain/musl/patches/100-add_glob_onlydir.patch