summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-strongswan-swanctl/Makefile
blob: cadd2dacc5811c68a55719bb1c3f086914af8c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copyright 2021 Nicholas Smith (nicholas@nbembedded.com)
# Copyright (C) 2023 TDT AG <development@tdt.de>
#
# This is free software, licensed under the GNU General Public License v2.

include $(TOPDIR)/rules.mk

PKG_LICENSE:=GPL-2.0-or-later
PKG_MAINTAINER:=Nicholas Smith <nicholas@nbembedded.com>, Lukas Voegl <lvoegl@tdt.de>

LUCI_TITLE:=LuCI support for strongSwan via swanctl
LUCI_DESCRIPTION:=Status and configuration for strongSwan based on swanctl
LUCI_DEPENDS:=+strongswan-swanctl +swanmon

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature