summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-strongswan-swanctl/Makefile
blob: 0e847c7bf5d1b4a50c8620ce7bccc71c8b7ec5f4 (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:=Configuration for strongSwan based on swanctl
LUCI_DEPENDS:=+strongswan-swanctl

include ../../luci.mk

# call BuildPackage - OpenWrt buildroot signature