diff options
author | Nicholas Smith <nicholas@nbembedded.com> | 2023-09-05 20:03:18 +1000 |
---|---|---|
committer | Nicholas Smith <nicholas@nbembedded.com> | 2023-09-06 08:59:45 +1000 |
commit | 6c0f603f027b1ba615c7c8cb851625f50e25ef22 (patch) | |
tree | 170ed169d96815ad34df3178e14bce3a100cd738 /applications/luci-app-strongswan-ipsec/Makefile | |
parent | 49cc27c670ba991938cad38b3962c2641f743249 (diff) |
luci-app-strongswan-ipsec: add package
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
Diffstat (limited to 'applications/luci-app-strongswan-ipsec/Makefile')
-rw-r--r-- | applications/luci-app-strongswan-ipsec/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/applications/luci-app-strongswan-ipsec/Makefile b/applications/luci-app-strongswan-ipsec/Makefile new file mode 100644 index 0000000000..5dbbe2124f --- /dev/null +++ b/applications/luci-app-strongswan-ipsec/Makefile @@ -0,0 +1,15 @@ +# Copyright 2021 Nicholas Smith (nicholas@nbembedded.com) +# 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> + +LUCI_TITLE:=LuCI support for IPSec via Strongswan +LUCI_DESCRIPTION:=Allows configuration of Strongswan IPSec settings +LUCI_DEPENDS:=+strongswan-ipsec + +include ../../luci.mk + +# call BuildPackage - OpenWrt buildroot signature |