dropbear: unbundle libtomath & libtomcrypt
DROPBEAR_SMALL_CODE could be only honored with bundled libtomcrypt Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b0aafef619
commit
cf9b5522d1
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_DROPBEAR
|
config BR2_PACKAGE_DROPBEAR
|
||||||
bool "dropbear"
|
bool "dropbear"
|
||||||
select BR2_PACKAGE_ZLIB if !BR2_PACKAGE_DROPBEAR_SMALL
|
select BR2_PACKAGE_ZLIB if !BR2_PACKAGE_DROPBEAR_SMALL
|
||||||
|
select BR2_PACKAGE_LIBTOMCRYPT if !BR2_PACKAGE_DROPBEAR_SMALL
|
||||||
help
|
help
|
||||||
A small SSH 2 server designed for small memory environments.
|
A small SSH 2 server designed for small memory environments.
|
||||||
|
|
||||||
|
@ -76,10 +76,11 @@ DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_ENABLE_REVERSE_DNS
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_DROPBEAR_SMALL),y)
|
ifeq ($(BR2_PACKAGE_DROPBEAR_SMALL),y)
|
||||||
DROPBEAR_CONF_OPTS += --disable-zlib
|
DROPBEAR_CONF_OPTS += --disable-zlib --enable-bundled-libtom
|
||||||
else
|
else
|
||||||
DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_BUILD_FEATURED
|
DROPBEAR_POST_EXTRACT_HOOKS += DROPBEAR_BUILD_FEATURED
|
||||||
DROPBEAR_DEPENDENCIES += zlib
|
DROPBEAR_DEPENDENCIES += zlib libtomcrypt
|
||||||
|
DROPBEAR_CONF_OPTS += --disable-bundled-libtom
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(BR2_PACKAGE_DROPBEAR_WTMP),y)
|
ifneq ($(BR2_PACKAGE_DROPBEAR_WTMP),y)
|
||||||
|
Loading…
Reference in New Issue
Block a user