From 876d0f8bb916e9c56d0e6bda7703c459129f0f5e Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 9 Feb 2014 18:01:26 +0800 Subject: [PATCH] Externals - Add vttest --- Externals/vttest/Makefile | 16 ++++++++++++++++ KernelLand/Modules/Filesystems/InitRD/files.lst | 1 + 2 files changed, 17 insertions(+) create mode 100644 Externals/vttest/Makefile 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" -- 2.20.1