diff options
| author | Alexander Mukhin <alexander.i.mukhin@gmail.com> | 2017-09-02 19:33:13 +0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-02 22:45:00 +0200 |
| commit | f063255acb353cef09ee5f2dd55231cbd85e1800 (patch) | |
| tree | 1ea8be0745082ea0bec6126d02d905cc4b019dbf | |
| parent | 011a1add73ca1f0c65b48f8786fcdc46193cbd55 (diff) | |
| download | buildroot-f063255acb353cef09ee5f2dd55231cbd85e1800.tar.gz buildroot-f063255acb353cef09ee5f2dd55231cbd85e1800.zip | |
xl2tp: drop OpenSSL dependency
xl2tp does not depend on OpenSSL since version 1.3.4.
Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/xl2tp/Config.in | 1 | ||||
| -rw-r--r-- | package/xl2tp/xl2tp.mk | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/package/xl2tp/Config.in b/package/xl2tp/Config.in index f0b1e834ae..7e2d2f6e97 100644 --- a/package/xl2tp/Config.in +++ b/package/xl2tp/Config.in @@ -2,7 +2,6 @@ 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 7f4ffd410c..eee5c04de8 100644 --- a/package/xl2tp/xl2tp.mk +++ b/package/xl2tp/xl2tp.mk @@ -6,7 +6,7 @@ XL2TP_VERSION = v1.3.8 XL2TP_SITE = $(call github,xelerance,xl2tpd,$(XL2TP_VERSION)) -XL2TP_DEPENDENCIES = libpcap openssl +XL2TP_DEPENDENCIES = libpcap XL2TP_LICENSE = GPL-2.0 XL2TP_LICENSE_FILES = LICENSE |

