mirror of
https://github.com/openwrt/luci.git
synced 2025-01-30 14:51:49 +00:00
9f65244535
LuCI Support for IPSec VPN (Libreswan) Signed-off-by: Jaymin Patel <jem.patel@gmail.com> [fix '15h' label typo] Signed-off-by: Jo-Philipp Wich <jo@mein.io>
20 lines
431 B
Makefile
20 lines
431 B
Makefile
#
|
|
# Copyright (C) 2022 Jaymin Patel <jem.patel@gmail.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:=Jaymin Patel <jem.patel@gmail.com>
|
|
|
|
LUCI_TITLE=Luci Application for IPSec VPN (Libreswan)
|
|
LUCI_DEPENDS:=+luci-base +libreswan
|
|
LUCI_PKGARCH:=all
|
|
|
|
include ../../luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|