From 8b9d4536f818d0affdc9592a041c0f064035c781 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Thu, 27 Oct 2005 17:59:48 +0000 Subject: fixed dropbear convert typo git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3270 33e552b5-05e3-0310-8538-816dae2090ed --- ChangeLog | 5 +++++ rules/dropbear.make | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 10f0b847e..3ae7c6325 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-10-27 Robert Schwebel + + * dropbear: fix DROPBEAR_CONVERT typo; patch by + Mike Wakerly + 2005-10-26 Robert Schwebel * rootfs: new fully configurable rootfs/etc templates diff --git a/rules/dropbear.make b/rules/dropbear.make index 97f4b6869..4ce6c3841 100644 --- a/rules/dropbear.make +++ b/rules/dropbear.make @@ -234,7 +234,7 @@ ifdef PTXCONF_DROPBEAR_DROPBEAR_KEY cd $(DROPBEAR_DIR) && $(DROPBEAR_ENV) $(DROPBEAR_PATH) make dropbearkey endif -ifdef PTXCONF_DROPBEAR_CONVERT +ifdef PTXCONF_DROPBEAR_DROPBEAR_CONVERT cd $(DROPBEAR_DIR) && $(DROPBEAR_ENV) $(DROPBEAR_PATH) make dropbearconvert endif -- cgit v1.2.3