|
@@ -36,6 +36,10 @@ ifeq ($(BR2_SHARED_STATIC_LIBS),y)
|
|
|
DROPBEAR_CONF_OPTS += --disable-static
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBXCRYPT),y)
|
|
|
+DROPBEAR_DEPENDENCIES += libxcrypt
|
|
|
+endif
|
|
|
+
|
|
|
ifeq ($(BR2_PACKAGE_LINUX_PAM),y)
|
|
|
define DROPBEAR_SVR_PAM_AUTH
|
|
|
echo '#define DROPBEAR_SVR_PASSWORD_AUTH 0' >> $(@D)/localoptions.h
|