From: danrl Date: Sat, 19 Nov 2016 14:00:01 +0000 (+0100) Subject: luci-proto-wireguard: do not depend on meta-package X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=refs%2Fpull%2F857%2Fhead;p=oweals%2Fluci.git luci-proto-wireguard: do not depend on meta-package Signed-off-by: Dan Luedtke --- diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index 0e54add6b..ed94a557b 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:=+wireguard +LUCI_DEPENDS:=+kmod-wireguard +wireguard-tools PKG_MAINTAINER:=Dan Luedtke