From 52ee190f6bbbf0bf0c3d354f0370c409aed14506 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 7 Jul 2010 02:16:43 +0200 Subject: more runtime fixes, update of some packages. - update busybox, dnsmasq, ppp and libusb - add timezone and hostname configuration for target via menu - fix resolv.conf creation for dhcp client - fix usb for alix boards - enable lsusb and lspci by default --- package/dropbear/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/dropbear') diff --git a/package/dropbear/Makefile b/package/dropbear/Makefile index 2e29902a7..e6f473380 100644 --- a/package/dropbear/Makefile +++ b/package/dropbear/Makefile @@ -63,9 +63,9 @@ do-install: $(INSTALL_BIN) $(WRKBUILD)/dropbearconvert \ $(IDIR_DBCONVERT)/usr/bin/dropbearconvert # ssh pubkey - test -z $(ADK_SSH_PUBKEY) || ( \ + test -z $(ADK_RUNTIME_SSH_PUBKEY) || ( \ mkdir -p $(IDIR_DROPBEAR)/etc/dropbear; \ - echo $(ADK_SSH_PUBKEY) \ + echo $(ADK_RUNTIME_SSH_PUBKEY) \ >$(IDIR_DROPBEAR)/etc/dropbear/authorized_keys; \ ) -- cgit v1.2.3