mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
virtual/network: drop wireguard-linux-compat dependency on RPi
RPi kernel 5.9 includes the wireguard module Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
d470d774ed
commit
b5be0109ae
@ -24,10 +24,6 @@ fi
|
|||||||
|
|
||||||
if [ "$WIREGUARD_SUPPORT" = "yes" ]; then
|
if [ "$WIREGUARD_SUPPORT" = "yes" ]; then
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET wireguard-tools"
|
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET wireguard-tools"
|
||||||
# projects using Linux 5.6+ can use the in-kernel module
|
|
||||||
if [ "$LINUX" = "raspberrypi" ]; then
|
|
||||||
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET wireguard-linux-compat"
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# nss needed by inputstream.adaptive, chromium etc.
|
# nss needed by inputstream.adaptive, chromium etc.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user