From 98c3d36d45dfe05395cb04b1c414e4fb07ce10ec Mon Sep 17 00:00:00 2001 From: Ilya Lipnitskiy Date: Wed, 17 Feb 2021 19:17:35 -0800 Subject: [PATCH] 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 --- applications/luci-app-wireguard/Makefile | 2 +- protocols/luci-proto-wireguard/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/luci-app-wireguard/Makefile b/applications/luci-app-wireguard/Makefile index 417c8ab294..ee260a982a 100644 --- a/applications/luci-app-wireguard/Makefile +++ b/applications/luci-app-wireguard/Makefile @@ -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 diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index 3540a74acd..f88b90bbfa 100644 --- a/protocols/luci-proto-wireguard/Makefile +++ b/protocols/luci-proto-wireguard/Makefile @@ -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 -- 2.30.2