From: Markham Date: Sun, 19 Jul 2026 07:19:22 +0000 (+0200) Subject: remove own define of dropbear version X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=a122197c3da5aba73ac4182c4b1f197e671b4a2b;p=bs-cst-neutrino-hd.git remove own define of dropbear version --- diff --git a/make/extras.mk b/make/extras.mk index 7005907..fb28ced 100644 --- a/make/extras.mk +++ b/make/extras.mk @@ -41,7 +41,7 @@ $(D)/dropbear: $(D)/zlib $(ARCHIVE)/dropbear-$(DROPBEAR_VER).tar.bz2 | $(BUILD_T $(UNTAR)/dropbear-$(DROPBEAR_VER).tar.bz2 pushd $(BUILD_TMP)/dropbear-$(DROPBEAR_VER); \ ac_cv_lib_z_deflate=yes; \ - echo '#define DROPBEAR_VERSION "2022.83 git 910af60"' >> localoptions.h && \ + # echo '#define DROPBEAR_VERSION "2022.83 git 910af60"' >> localoptions.h && \ echo '#if !HAVE_CRYPT' >> localoptions.h && \ echo '#define DROPBEAR_SVR_PASSWORD_AUTH 0' >> localoptions.h && \ echo '#endif' >> localoptions.h && \