summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-wireguard
diff options
context:
space:
mode:
authorIlya Lipnitskiy <ilya.lipnitskiy@gmail.com>2021-02-17 19:17:35 -0800
committerHannu Nyman <hannu.nyman@iki.fi>2021-02-27 07:11:37 +0200
commit98c3d36d45dfe05395cb04b1c414e4fb07ce10ec (patch)
tree0998378c355664538303e1de3e5b2700133f682c /applications/luci-app-wireguard
parenta5491d2f5a26c5ad0428a3cf732f9b0ac007c66e (diff)
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>
Diffstat (limited to 'applications/luci-app-wireguard')
-rw-r--r--applications/luci-app-wireguard/Makefile2
1 files changed, 1 insertions, 1 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