Skip to content

Commit

Permalink
dropbear: allow to use with xinetd
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
selanf authored and hauke committed Aug 21, 2021
1 parent f25cebc commit 65ee14a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package/network/services/dropbear/Makefile
Expand Up @@ -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 \
Expand Down

0 comments on commit 65ee14a

Please sign in to comment.