diff mbox series

xl2tp: Drop OpenSSL dependency

Message ID CADmjQguHchEn_Tg7yC+4UjD8mW79ySOn-Ko7V=wicmsmPtz_ZQ@mail.gmail.com
State Accepted
Headers show
Series xl2tp: Drop OpenSSL dependency | expand

Commit Message

Alexander Mukhin Sept. 2, 2017, 4:33 p.m. UTC
xl2tp does not depend on OpenSSL since version 1.3.4.

Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
---
 package/xl2tp/Config.in | 1 -
 package/xl2tp/xl2tp.mk  | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

Comments

Thomas Petazzoni Sept. 2, 2017, 8:47 p.m. UTC | #1
Hello,

On Sat, 2 Sep 2017 19:33:13 +0300, Alexander Mukhin wrote:
> xl2tp does not depend on OpenSSL since version 1.3.4.
> 
> Signed-off-by: Alexander Mukhin <alexander.i.mukhin@gmail.com>
> ---
>  package/xl2tp/Config.in | 1 -
>  package/xl2tp/xl2tp.mk  | 2 +-
>  2 files changed, 1 insertion(+), 2 deletions(-)

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/xl2tp/Config.in b/package/xl2tp/Config.in
index f0b1e83..7e2d2f6 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 ff802a4..26f4d1e 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 = GPLv2
 XL2TP_LICENSE_FILES = LICENSE