From 1bd813848b924e594da9ba5a365a40ce64e574dc Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Tue, 1 Jun 2004 19:02:52 +0000 Subject: [PATCH] add patch to allow accounts without password for dropbear BKrev: 40bcd2dcGL_UzLFG1WF7PbPrQEJVMw --- dropbear/dropbear-0.41/allow-nopw.patch | 0 dropbear/dropbear_0.41.oe | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 dropbear/dropbear-0.41/allow-nopw.patch diff --git a/dropbear/dropbear-0.41/allow-nopw.patch b/dropbear/dropbear-0.41/allow-nopw.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/dropbear/dropbear_0.41.oe b/dropbear/dropbear_0.41.oe index c19f99fde9..2af7555229 100644 --- a/dropbear/dropbear_0.41.oe +++ b/dropbear/dropbear_0.41.oe @@ -4,8 +4,9 @@ DEPENDS = "zlib ncurses" PR = "r2" SRC_URI = "http://matt.ucc.asn.au/dropbear/releases/dropbear-${PV}.tar.bz2 \ - file://configure.patch;patch=1 \ - file://initd.patch;patch=1" + file://configure.patch;patch=1 \ + file://initd.patch;patch=1 \ + file://allow-nopw.patch;patch=1" S = "${WORKDIR}/dropbear-${PV}" inherit autotools update-rc.d -- 2.39.5