From: Hannu Nyman Date: Sat, 19 Nov 2016 14:03:15 +0000 (+0200) Subject: Merge pull request #857 from danrl/luci-proto-wireguard-dependency X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=840a414c3a50a4006a78d8ee376d0feb0cd9975a;hp=36e695d108c5f034ffbac09b3de2dd1a770cbb5b Merge pull request #857 from danrl/luci-proto-wireguard-dependency luci-proto-wireguard: do not depend on meta-package --- 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