fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed out by vlad in bug 533
This commit is contained in:
parent
cf4ab1a045
commit
03b6466e23
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user