aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFritz D. Ansel <fdansel@yandex.ru>2021-08-02 20:38:31 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2021-08-21 15:59:39 +0200
commit65ee14a11890f26679c6aea351513f59ab2470af (patch)
tree8e09112a683e48c50db3d7dc600f0123e489b9e0
parentf25cebc43c18967671dfe53f9bc8bf26613b1143 (diff)
downloadupstream-65ee14a11890f26679c6aea351513f59ab2470af.tar.gz
upstream-65ee14a11890f26679c6aea351513f59ab2470af.tar.bz2
upstream-65ee14a11890f26679c6aea351513f59ab2470af.zip
dropbear: allow to use with xinetd
with xinetd allowed+blocked (ipv6) hosts could be set what is not possible with stock dropbear package The file size increased 12 Bytes, so this "opimisation" did not really helped. Within a compressed storage format it is 0.. ipk: 111.171 -> 111.361 = 190 bytes bin: 215.128 -> 215.140 = 12 bytes Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
-rw-r--r--package/network/services/dropbear/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/package/network/services/dropbear/Makefile b/package/network/services/dropbear/Makefile
index 77887f39db..7fb4b7f123 100644
--- a/package/network/services/dropbear/Makefile
+++ b/package/network/services/dropbear/Makefile
@@ -106,14 +106,12 @@ CONFIGURE_ARGS += \
# remove protocol idented software version number:
# - LOCAL_IDENT
# disable legacy/unsafe methods and unused functionality:
-# - INETD_MODE
# - DROPBEAR_CLI_NETCAT
# - DROPBEAR_DSS
# - DO_MOTD
DB_OPT_COMMON = \
DEFAULT_PATH|"$(TARGET_INIT_PATH)" \
!!LOCAL_IDENT|"SSH-2.0-dropbear" \
- INETD_MODE|0 \
DROPBEAR_CLI_NETCAT|0 \
DROPBEAR_DSS|0 \
DO_MOTD|0 \