Merge pull request #857 from danrl/luci-proto-wireguard-dependency

luci-proto-wireguard: do not depend on meta-package
This commit is contained in:
Hannu Nyman 2016-11-19 16:03:15 +02:00 committed by GitHub
commit 840a414c3a

View file

@ -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>