diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-10 13:24:16 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-10 13:24:16 +0000 |
commit | f3f8d9e32f8157a1d774ff912c6df0b51524cb2c (patch) | |
tree | b841ffff5e02c53802cfd0081707340f7aacd4b3 | |
parent | 89b9fd96d17ed0ed0adc2ffc1345f660bea68f10 (diff) | |
download | lh-bootstrap-f3f8d9e32f8157a1d774ff912c6df0b51524cb2c.tar.gz lh-bootstrap-f3f8d9e32f8157a1d774ff912c6df0b51524cb2c.tar.xz lh-bootstrap-f3f8d9e32f8157a1d774ff912c6df0b51524cb2c.zip |
Revert to an earlier, but working, version of dropbear
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | sub/dropbear/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sub/dropbear/Makefile b/sub/dropbear/Makefile index 4e19b60..75b6563 100644 --- a/sub/dropbear/Makefile +++ b/sub/dropbear/Makefile @@ -1,5 +1,6 @@ -DROPBEAR_VERSION ?= 2022.83 +# DROPBEAR_VERSION ?= 2022.83 # buggy with inetd_mode + disable_syslog +DROPBEAR_VERSION ?= 2020.81 DROPBEAR_CONF_STATIC := $(if $(filter true,$(TARGET_STATIC)),--enable-static,) DROPBEAR_MAKE_STATIC := $(if $(filter true,$(TARGET_STATIC)),-static,) |