xl2tp: bump to version 1.3.2
Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
884ba34b57
commit
0a5067a881
@ -2,6 +2,7 @@ config BR2_PACKAGE_XL2TP
|
||||
bool "xl2tp"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBPCAP
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
help
|
||||
Layer 2 Tunnelling Protocol (RFC2661).
|
||||
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XL2TP_VERSION = v1.3.1
|
||||
XL2TP_VERSION = v1.3.2
|
||||
XL2TP_SITE = $(call github,xelerance,xl2tpd,$(XL2TP_VERSION))
|
||||
XL2TP_DEPENDENCIES = libpcap
|
||||
XL2TP_DEPENDENCIES = libpcap openssl
|
||||
XL2TP_LICENSE = GPLv2
|
||||
XL2TP_LICENSE_FILES = LICENSE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user