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: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=e610bfa1f7126d357fb0e60538f05208b38da3a8;hp=36e695d108c5f034ffbac09b3de2dd1a770cbb5b 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