mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #4592 from chewitt/drop-wg-module
wireguard-linux-compat: remove no-longer-needed package
This commit is contained in:
commit
3325d42f4d
@ -1 +0,0 @@
|
|||||||
wireguard
|
|
@ -1,27 +0,0 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
|
||||||
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
||||||
|
|
||||||
PKG_NAME="wireguard-linux-compat"
|
|
||||||
PKG_VERSION="v1.0.20200908"
|
|
||||||
PKG_SHA256="83dd096f793641a513f8c1f0ea9999b442873e3c7c590b313d155cbe99d0eab9"
|
|
||||||
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"
|
|
||||||
PKG_DEPENDS_TARGET="toolchain linux libmnl"
|
|
||||||
PKG_NEED_UNPACK="$LINUX_DEPENDS"
|
|
||||||
PKG_LONGDESC="WireGuard VPN kernel module"
|
|
||||||
PKG_TOOLCHAIN="manual"
|
|
||||||
PKG_IS_KERNEL_PKG="yes"
|
|
||||||
|
|
||||||
pre_make_target() {
|
|
||||||
unset LDFLAGS
|
|
||||||
}
|
|
||||||
|
|
||||||
make_target() {
|
|
||||||
kernel_make KERNELDIR=$(kernel_path) -C src/ module
|
|
||||||
}
|
|
||||||
|
|
||||||
makeinstall_target() {
|
|
||||||
mkdir -p $INSTALL/$(get_full_module_dir)/$PKG_NAME
|
|
||||||
cp src/*.ko $INSTALL/$(get_full_module_dir)/$PKG_NAME
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user