|
@@ -76,10 +76,11 @@ DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_ENABLE_REVERSE_DNS
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_DROPBEAR_SMALL),y)
|
|
|
-DROPBEAR_CONF_OPTS += --disable-zlib
|
|
|
+DROPBEAR_CONF_OPTS += --disable-zlib --enable-bundled-libtom
|
|
|
else
|
|
|
DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_BUILD_FEATURED
|
|
|
-DROPBEAR_DEPENDENCIES += zlib
|
|
|
+DROPBEAR_DEPENDENCIES += zlib libtomcrypt
|
|
|
+DROPBEAR_CONF_OPTS += --disable-bundled-libtom
|
|
|
endif
|
|
|
|
|
|
ifneq ($(BR2_PACKAGE_DROPBEAR_WTMP),y)
|