From: Mike Frysinger Date: Sat, 5 Nov 2005 20:56:29 +0000 (-0000) Subject: fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed out by... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03b6466e23e277fa860ac002c4615d9600d6aaeb;p=buildroot.git fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed out by vlad in bug 533 --- diff --git a/package/dropbear/dropbear.mk b/package/dropbear/dropbear.mk index e0b2f91bde..b4c7f2e151 100644 --- a/package/dropbear/dropbear.mk +++ b/package/dropbear/dropbear.mk @@ -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