diff options
Diffstat (limited to 'sub/dropbear/Makefile')
-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,) |