xl2tp: drop OpenSSL dependency
authorAlexander Mukhin <alexander.i.mukhin@gmail.com>
Sat, 2 Sep 2017 16:33:13 +0000 (19:33 +0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 2 Sep 2017 20:45:00 +0000 (22:45 +0200)
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>
package/xl2tp/Config.in
package/xl2tp/xl2tp.mk

index f0b1e834aeb85e87b18aecf84dbf67c75d39d32f..7e2d2f6e97e1a9c2a66f0141d4c52e4e211b0c7a 100644 (file)
@@ -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).
 
index 7f4ffd410cb2aeadb87002c580cc08efd9ed0454..eee5c04de8fd487bc5bdd737b03e30c0dd917e37 100644 (file)
@@ -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