summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-strongswan-swanctl/Makefile
diff options
context:
space:
mode:
authorPaul Donald <newtwen@gmail.com>2023-12-18 00:19:25 +0100
committerGitHub <noreply@github.com>2023-12-18 00:19:25 +0100
commit828716ad73be81079ffdaa1592f637efa1747f31 (patch)
tree552526dfc0228db61ea60dc82b88fe2e9c244c44 /applications/luci-app-strongswan-swanctl/Makefile
parent0b2aad03599c4f5c7b513f9274b529e7dd3d7e29 (diff)
parent2ac043173181968bb3b4edff95c5cdb08c9d6d7b (diff)
Merge pull request #6700 from lvoegl/pr/20231021-luci-app-strongswan
luci-app-strongswan-swanctl: initial commit
Diffstat (limited to 'applications/luci-app-strongswan-swanctl/Makefile')
-rw-r--r--applications/luci-app-strongswan-swanctl/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/applications/luci-app-strongswan-swanctl/Makefile b/applications/luci-app-strongswan-swanctl/Makefile
new file mode 100644
index 0000000000..cadd2dacc5
--- /dev/null
+++ b/applications/luci-app-strongswan-swanctl/Makefile
@@ -0,0 +1,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