summaryrefslogtreecommitdiffhomepage
path: root/protocols/luci-proto-unet/Makefile
blob: c6cf56f497ee6ebc6c8234c5f4922a6569986e6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Copyright (C) 2022 Hannu Nyman <hannu.nyman@iki.fi>
#
# This is free software, licensed under the Apache License, Version 2.0 .
#

include $(TOPDIR)/rules.mk

LUCI_TITLE:=Support for unetd VPN
LUCI_DEPENDS:=+unetd +unet-cli
LUCI_PKGARCH:=all

PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Hannu Nyman <hannu.nyman@iki.fi>

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature