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:
Axel Lin 2013-12-13 09:02:25 +08:00 committed by Peter Korsgaard
parent 884ba34b57
commit 0a5067a881
2 changed files with 3 additions and 2 deletions

View File

@ -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).

View File

@ -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