[Buildroot] [PATCH v2 2/2] xl2tp: bump to version 1.3.2

Axel Lin axel.lin at ingics.com
Fri Dec 13 01:02:25 UTC 2013


Signed-off-by: Axel Lin <axel.lin at ingics.com>
---
v2: select BR2_PACKAGE_OPENSSL to fix build error.
 package/xl2tp/Config.in | 1 +
 package/xl2tp/xl2tp.mk  | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/xl2tp/Config.in b/package/xl2tp/Config.in
index 7e2d2f6..f0b1e83 100644
--- a/package/xl2tp/Config.in
+++ b/package/xl2tp/Config.in
@@ -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).
 
diff --git a/package/xl2tp/xl2tp.mk b/package/xl2tp/xl2tp.mk
index 07634a0..3e99a2e 100644
--- a/package/xl2tp/xl2tp.mk
+++ b/package/xl2tp/xl2tp.mk
@@ -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
 
-- 
1.8.1.2





More information about the buildroot mailing list