mirror of https://github.com/openwrt/packages.git
strongswan: make default bundle use swanctl
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>pull/15601/head
parent
a50ddcc1d7
commit
8eba0209ab
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=strongswan
|
||||
PKG_VERSION:=5.9.2
|
||||
PKG_RELEASE:=6
|
||||
PKG_RELEASE:=7
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
|
||||
|
@ -248,7 +248,6 @@ $(call Package/strongswan/Default)
|
|||
TITLE+= (default)
|
||||
DEPENDS:= strongswan \
|
||||
+strongswan-charon \
|
||||
+strongswan-ipsec \
|
||||
+strongswan-mod-aes \
|
||||
+strongswan-mod-attr \
|
||||
+strongswan-mod-connmark \
|
||||
|
@ -273,11 +272,11 @@ $(call Package/strongswan/Default)
|
|||
+strongswan-mod-sha2 \
|
||||
+strongswan-mod-socket-default \
|
||||
+strongswan-mod-sshkey \
|
||||
+strongswan-mod-stroke \
|
||||
+strongswan-mod-updown \
|
||||
+strongswan-mod-x509 \
|
||||
+strongswan-mod-xauth-generic \
|
||||
+strongswan-mod-xcbc
|
||||
+strongswan-mod-xcbc \
|
||||
+strongswan-swanctl
|
||||
endef
|
||||
|
||||
define Package/strongswan-default/description
|
||||
|
|
Loading…
Reference in New Issue