2016-11-15 15:55:47 +00:00
|
|
|
#
|
2016-11-15 19:22:18 +00:00
|
|
|
# Copyright (C) 2016 Dan Luedtke <mail@danrl.com>
|
2016-11-15 15:55:47 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=Support for WireGuard VPN
|
2016-11-19 14:00:01 +00:00
|
|
|
LUCI_DEPENDS:=+kmod-wireguard +wireguard-tools
|
2017-02-16 20:50:39 +00:00
|
|
|
LUCI_PKGARCH:=all
|
2016-11-15 15:55:47 +00:00
|
|
|
|
2016-11-15 19:22:18 +00:00
|
|
|
PKG_MAINTAINER:=Dan Luedtke <mail@danrl.com>
|
|
|
|
|
2016-11-15 15:55:47 +00:00
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|