From c10cfe023e220187943751f9eb9afce75486171e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 23 Sep 2009 21:28:52 +0200 Subject: fix dropbear startup, add mips64 qemu bug notice --- BUGS | 1 + package/dropbear/files/dropbear.postinst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/BUGS b/BUGS index 3a0b24dff..f08dabec5 100644 --- a/BUGS +++ b/BUGS @@ -1,2 +1,3 @@ - openssh on amd64 does not work, ssh-keygen endless loop - uclibc on lemote mips64 target does not work (only uclibc-trunk with patches) +- qemu-mips64* targets does not boot, kernel problem? diff --git a/package/dropbear/files/dropbear.postinst b/package/dropbear/files/dropbear.postinst index 1e45f3924..b09c34147 100644 --- a/package/dropbear/files/dropbear.postinst +++ b/package/dropbear/files/dropbear.postinst @@ -1,3 +1,3 @@ #!/bin/sh . $IPKG_INSTROOT/etc/functions.sh -add_rcconf '"NO" to disable' dropbear_flags "" +add_rcconf '"NO" to disable' dropbear_flags " " -- cgit v1.2.3