Merge pull request #20836 from hgl/strongswan-deps
strongswan: add missing PKG_MOD_AVAILABLE
This commit is contained in:
commit
7016a4546b
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=strongswan
|
PKG_NAME:=strongswan
|
||||||
PKG_VERSION:=5.9.10
|
PKG_VERSION:=5.9.10
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
|
PKG_SOURCE_URL:=https://download.strongswan.org/ https://download2.strongswan.org/
|
||||||
|
@ -39,6 +39,7 @@ PKG_MOD_AVAILABLE:= \
|
||||||
des \
|
des \
|
||||||
dhcp \
|
dhcp \
|
||||||
dnskey \
|
dnskey \
|
||||||
|
drbg \
|
||||||
duplicheck \
|
duplicheck \
|
||||||
eap-identity \
|
eap-identity \
|
||||||
eap-md5 \
|
eap-md5 \
|
||||||
|
@ -54,6 +55,7 @@ PKG_MOD_AVAILABLE:= \
|
||||||
gmpdh \
|
gmpdh \
|
||||||
ha \
|
ha \
|
||||||
hmac \
|
hmac \
|
||||||
|
kdf \
|
||||||
kernel-libipsec \
|
kernel-libipsec \
|
||||||
kernel-netlink \
|
kernel-netlink \
|
||||||
ldap \
|
ldap \
|
||||||
|
|
Loading…
Reference in New Issue