From: John Hodge Date: Sun, 9 Feb 2014 10:01:26 +0000 (+0800) Subject: Externals - Add vttest X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=876d0f8bb916e9c56d0e6bda7703c459129f0f5e;hp=624e1386acc66a0a5fa51fa9c4aa1f616eddaaa4;p=tpg%2Facess2.git Externals - Add vttest --- diff --git a/Externals/vttest/Makefile b/Externals/vttest/Makefile new file mode 100644 index 00000000..4f8583a7 --- /dev/null +++ b/Externals/vttest/Makefile @@ -0,0 +1,16 @@ +# +# Acess2 External: dropbear +# - Makefile and patches by John Hodge (thePowersGang) +# + +DEPS := +TARBALL_PATTERN := vttest*.tar.gz +TARBALL_TO_DIR_L := %.tar.gz +TARBALL_TO_DIR_R := %* +PATCHES := +CONFIGURE_ARGS = +BTARGETS = all +ITARGETS = install + +include ../common.mk + diff --git a/KernelLand/Modules/Filesystems/InitRD/files.lst b/KernelLand/Modules/Filesystems/InitRD/files.lst index b5890f9f..6d2d19c6 100644 --- a/KernelLand/Modules/Filesystems/InitRD/files.lst +++ b/KernelLand/Modules/Filesystems/InitRD/files.lst @@ -19,6 +19,7 @@ Dir "Bin" { File "__BIN__/Bin/bomb" OptFile "__EXT__/bin/dbclient" + OptFile "__EXT__/bin/vttest" } Dir "Libs" { File "__BIN__/Libs/ld-acess.so"