luci-{app,proto}-wireguard: remove kmod-wireguard

Prepares for 5.10 migration. wireguard-tools will bring in the correct
wireguard kernel module dependency - either kmod-wireguard or
kmod-wireguard-oot.

Depends on https://github.com/openwrt/openwrt/pull/3885

Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
Ilya Lipnitskiy 2021-02-17 19:17:35 -08:00 committed by Hannu Nyman
parent a5491d2f5a
commit 98c3d36d45
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=WireGuard Status
LUCI_DEPENDS:=+wireguard-tools +kmod-wireguard +luci-proto-wireguard
LUCI_DEPENDS:=+wireguard-tools +luci-proto-wireguard
LUCI_PKGARCH:=all
include ../../luci.mk

View file

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Support for WireGuard VPN
LUCI_DEPENDS:=+kmod-wireguard +wireguard-tools
LUCI_DEPENDS:=+wireguard-tools
LUCI_PKGARCH:=all
include ../../luci.mk