From 17a7f58e17c2eb5c35458bfd87135b533a3cb15f Mon Sep 17 00:00:00 2001 From: chewitt Date: Mon, 13 Apr 2020 03:29:49 +0000 Subject: [PATCH] wireguard: update wireguard-linux-compat to v1.0.20200401 and drop version check patch --- packages/network/wireguard-linux-compat/package.mk | 4 ++-- ...nux-compat-01-skip-compat_h-version-checks.patch | 13 ------------- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 packages/network/wireguard-linux-compat/patches/wireguard-linux-compat-01-skip-compat_h-version-checks.patch diff --git a/packages/network/wireguard-linux-compat/package.mk b/packages/network/wireguard-linux-compat/package.mk index f4b1e968bf..578c0eb0a7 100644 --- a/packages/network/wireguard-linux-compat/package.mk +++ b/packages/network/wireguard-linux-compat/package.mk @@ -2,8 +2,8 @@ # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) PKG_NAME="wireguard-linux-compat" -PKG_VERSION="v1.0.20200330" -PKG_SHA256="eb39820e1898b268653178fc05a101e6ace25b00a6cc89f9cb03ef77cb1cc23e" +PKG_VERSION="v1.0.20200401" +PKG_SHA256="e80e6c6386217585640974106cf6f9a0a8a8fb91a4f75e943c0a39a204a3045f" PKG_LICENSE="GPLv2" PKG_SITE="https://www.wireguard.com" PKG_URL="https://git.zx2c4.com/wireguard-linux-compat/snapshot/wireguard-linux-compat-$PKG_VERSION.tar.xz" diff --git a/packages/network/wireguard-linux-compat/patches/wireguard-linux-compat-01-skip-compat_h-version-checks.patch b/packages/network/wireguard-linux-compat/patches/wireguard-linux-compat-01-skip-compat_h-version-checks.patch deleted file mode 100644 index e4f26ce4d4..0000000000 --- a/packages/network/wireguard-linux-compat/patches/wireguard-linux-compat-01-skip-compat_h-version-checks.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/compat/compat.h b/src/compat/compat.h -index 1aa0e7b..751ace7 100644 ---- a/src/compat/compat.h -+++ b/src/compat/compat.h -@@ -43,7 +43,7 @@ - #error "WireGuard requires Linux >= 3.10" - #endif - --#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 6, 0) -+#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 7, 0) - #error "WireGuard has been merged into Linux >= 5.6 and therefore this compatibility module is no longer required." - #endif -