diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-11-19 16:03:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-19 16:03:15 +0200 |
commit | 840a414c3a50a4006a78d8ee376d0feb0cd9975a (patch) | |
tree | de718b52423f03d01dfa8c456e41c128e3e6a8cc | |
parent | 36e695d108c5f034ffbac09b3de2dd1a770cbb5b (diff) | |
parent | e610bfa1f7126d357fb0e60538f05208b38da3a8 (diff) |
Merge pull request #857 from danrl/luci-proto-wireguard-dependency
luci-proto-wireguard: do not depend on meta-package
-rw-r--r-- | protocols/luci-proto-wireguard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <mail@danrl.com> |