diff options
Diffstat (limited to 'dropbear')
-rw-r--r-- | dropbear/dropbear-0.41/allow-nopw.patch | 0 | ||||
-rw-r--r-- | dropbear/dropbear_0.41.oe | 5 |
2 files changed, 3 insertions, 2 deletions
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 --- /dev/null +++ b/dropbear/dropbear-0.41/allow-nopw.patch 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 |