diff options
Diffstat (limited to 'applications/luci-app-strongswan-ipsec/Makefile')
-rw-r--r-- | applications/luci-app-strongswan-ipsec/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/applications/luci-app-strongswan-ipsec/Makefile b/applications/luci-app-strongswan-ipsec/Makefile deleted file mode 100644 index 5dbbe2124f..0000000000 --- a/applications/luci-app-strongswan-ipsec/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# 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 |