@ -59,7 +59,6 @@ define Package/dropbearconvert
e n d e f
e n d e f
CONFIGURE_ARGS += \
CONFIGURE_ARGS += \
--with-shared \
--disable-pam \
--disable-pam \
--enable-openpty \
--enable-openpty \
--enable-syslog \
--enable-syslog \
@ -78,8 +77,9 @@ CONFIGURE_ARGS += \
TARGET_CFLAGS += -DARGTYPE= 3 -ffunction-sections -fdata-sections
TARGET_CFLAGS += -DARGTYPE= 3 -ffunction-sections -fdata-sections
TARGET_LDFLAGS += -Wl,--gc-sections
TARGET_LDFLAGS += -Wl,--gc-sections
d e f i n e B u i l d / P r e p a r e
d e f i n e B u i l d / C o n f i g u r e
$( call Build/Prepare/Default)
$( Build/Configure/Default)
# Enforce that all replacements are made, otherwise options.h has changed
# Enforce that all replacements are made, otherwise options.h has changed
# format and this logic is broken.
# format and this logic is broken.
for OPTION in DROPBEAR_ECDSA DROPBEAR_ECDH DROPBEAR_CURVE25519; do \
for OPTION in DROPBEAR_ECDSA DROPBEAR_ECDH DROPBEAR_CURVE25519; do \