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
|
|
|
|
LUCI_DEPENDS:=+wireguard
|
|
|
|
|
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
|