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:
Matthias Reichl 2020-09-07 14:38:29 +02:00
parent d470d774ed
commit b5be0109ae

View File

@ -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.