Commit 0a5067a8 authored by Axel Lin's avatar Axel Lin Committed by Peter Korsgaard
Browse files

xl2tp: bump to version 1.3.2

parent 884ba34b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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).

+2 −2
Original line number Diff line number Diff line
@@ -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