fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed out by vlad in bug 533

This commit is contained in:
Mike Frysinger 2005-11-05 20:56:29 +00:00
parent cf4ab1a045
commit 03b6466e23

View File

@ -88,6 +88,6 @@ dropbear-dirclean:
# Toplevel Makefile options # Toplevel Makefile options
# #
############################################################# #############################################################
ifeq ($(strip $(BR2_PACKAGE_DROPBEAR_SSHD)),y) ifeq ($(strip $(BR2_PACKAGE_DROPBEAR)),y)
TARGETS+=dropbear TARGETS+=dropbear
endif endif