fix one more BR2_PACKAGE_DROPBEAR_SSHD -> BR2_PACKAGE_DROPBEAR as pointed out by...
authorMike Frysinger <vapier@gentoo.org>
Sat, 5 Nov 2005 20:56:29 +0000 (20:56 -0000)
committerMike Frysinger <vapier@gentoo.org>
Sat, 5 Nov 2005 20:56:29 +0000 (20:56 -0000)
package/dropbear/dropbear.mk

index e0b2f91bde202e81178b3695f5d87399f870eda2..b4c7f2e1511c0f6b3ba7911312eeec77e695306f 100644 (file)
@@ -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