diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-06-03 12:59:55 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2018-01-20 22:11:33 +0100 |
commit | 4336efe14b61e47177a2d0863f8391c48cf4a9f5 (patch) | |
tree | 0135be3408bc34b45dba4bde3679e28bbfceee41 /toolchain/musl/common.mk | |
parent | e3c43ade0bae9491aeea50fa361e846bb5002dc0 (diff) | |
download | upstream-4336efe14b61e47177a2d0863f8391c48cf4a9f5.tar.gz upstream-4336efe14b61e47177a2d0863f8391c48cf4a9f5.tar.bz2 upstream-4336efe14b61e47177a2d0863f8391c48cf4a9f5.zip |
kernel: use upstream patches for musl
This replaces the current patches used to make the kernel headers
compatible with musl with the version which was accepted upstream. This
is included in upstream kernel 4.15.
This was compile tested with iproute2 build on all supported kernel
versions with musl and one one with glibc.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain/musl/common.mk')
-rw-r--r-- | toolchain/musl/common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/musl/common.mk b/toolchain/musl/common.mk index a94a475571..8350197a9f 100644 --- a/toolchain/musl/common.mk +++ b/toolchain/musl/common.mk @@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/target.mk PKG_NAME:=musl PKG_VERSION:=1.1.18 -PKG_RELEASE=1 +PKG_RELEASE=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) |