2018-01-19 13:22:01 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
2019-01-03 14:56:11 +00:00
|
|
|
# Copyright (C) 2017-2019 Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
2018-01-19 13:22:01 +00:00
|
|
|
#
|
|
|
|
# This is based on OpenVPN LuCI Support.
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=LuCI Support for Glorytun
|
|
|
|
LUCI_DEPENDS:=+glorytun +glorytun-udp
|
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_LICENSE:=GPLv2
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Ycarus (Yannick Chabanois) <ycarus@zugaina.org>
|
|
|
|
|
2019-10-20 19:11:02 +00:00
|
|
|
#include ../luci/luci.mk
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
2018-01-19 13:22:01 +00:00
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|