Externals/dropbear - Untested makefile and patchset
authorJohn Hodge <[email protected]>
Sat, 8 Jun 2013 04:06:35 +0000 (12:06 +0800)
committerJohn Hodge <[email protected]>
Sat, 8 Jun 2013 04:06:35 +0000 (12:06 +0800)
Externals/dropbear/Makefile [new file with mode: 0644]
Externals/dropbear/patches/options.h.patch [new file with mode: 0644]

diff --git a/Externals/dropbear/Makefile b/Externals/dropbear/Makefile
new file mode 100644 (file)
index 0000000..f53193d
--- /dev/null
@@ -0,0 +1,14 @@
+#
+# Acess2 External: dropbear
+# - Makefile and patches by John Hodge (thePowersGang)
+#
+
+DEPS := zlib
+TARBALL_PATTERN := dropbear-*.tar.gz
+TARBALL_TO_DIR_L := %.tar.gz
+TARBALL_TO_DIR_R := %
+PATCHES := options.h
+CONFIGURE_ARGS = --with-zlib=../../Output/$(ARCH) --disable-utmp --disable-wtmp --disable-lastlog
+
+include ../common.mk
+
diff --git a/Externals/dropbear/patches/options.h.patch b/Externals/dropbear/patches/options.h.patch
new file mode 100644 (file)
index 0000000..111cdcd
--- /dev/null
@@ -0,0 +1,6 @@
+--- options.h
++++ options.h
+@@ -217,1 +217,1 @@
+  * rsa/dss key generation */
+-#define DROPBEAR_URANDOM_DEV "/dev/urandom"
++#define DROPBEAR_URANDOM_DEV "/Devices/frandom"

UCC git Repository :: git.ucc.asn.au