mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed out by vlad in bug 533
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user