mirror of
https://github.com/kenzok8/small-package
synced 2025-01-09 08:59:26 +08:00
update 2023-02-05 21:58:23
This commit is contained in:
parent
9830068e9d
commit
230141977f
@ -7,12 +7,16 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=luci-app-ipsec-server
|
PKG_NAME:=luci-app-ipsec-server
|
||||||
PKG_VERSION:=20211223
|
PKG_VERSION:=20211223
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_MAINTAINER:=Lienol <lawlienol@gmail.com>
|
PKG_MAINTAINER:=Lienol <lawlienol@gmail.com>
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI support for IPSec VPN Server
|
LUCI_TITLE:=LuCI support for IPSec VPN Server
|
||||||
LUCI_DEPENDS:=+kmod-tun +luci-lib-jsonc +strongswan +strongswan-minimal +strongswan-mod-kernel-libipsec +strongswan-mod-openssl +strongswan-mod-xauth-generic +xl2tpd
|
LUCI_DEPENDS:=+kmod-tun +luci-lib-jsonc +xl2tpd +strongswan \
|
||||||
|
+PACKAGE_strongswan:strongswan-mod-kernel-libipsec \
|
||||||
|
+PACKAGE_strongswan:strongswan-mod-openssl \
|
||||||
|
+PACKAGE_strongswan:strongswan-mod-xauth-generic \
|
||||||
|
+(PACKAGE_strongswan-mod-kdf||PACKAGE_strongswan-mod-openssl||PACKAGE_strongswan-mod-wolfssl):strongswan-minimal
|
||||||
LUCI_PKGARCH:=all
|
LUCI_PKGARCH:=all
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/conffiles
|
define Package/$(PKG_NAME)/conffiles
|
||||||
|
Loading…
Reference in New Issue
Block a user