Commit 03b6466e authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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

parent cf4ab1a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -88,6 +88,6 @@ dropbear-dirclean:
# Toplevel Makefile options
#
#############################################################
ifeq ($(strip $(BR2_PACKAGE_DROPBEAR_SSHD)),y)
ifeq ($(strip $(BR2_PACKAGE_DROPBEAR)),y)
TARGETS+=dropbear
endif