From: John Hodge Date: Thu, 19 Jul 2012 10:29:00 +0000 (+0800) Subject: Modules/InitRD - Added telnetd X-Git-Tag: rel0.15~611^2~17 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=5ac7732be2d5249bd1bfc14ee0de6d27946d7257;p=tpg%2Facess2.git Modules/InitRD - Added telnetd --- diff --git a/KernelLand/Modules/Filesystems/InitRD/files.lst b/KernelLand/Modules/Filesystems/InitRD/files.lst index 6751147a..da00e999 100644 --- a/KernelLand/Modules/Filesystems/InitRD/files.lst +++ b/KernelLand/Modules/Filesystems/InitRD/files.lst @@ -1,6 +1,7 @@ Dir "SBin" { File "init" "__BIN__/SBin/init" File "login" "__BIN__/SBin/login" + File "telnetd" "__BIN__/SBin/telnetd" } Dir "Bin" { File "CLIShell" "__BIN__/Bin/CLIShell" diff --git a/Makefile b/Makefile index 03295275..01b09064 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ USRLIBS += libimage_sif.so USRAPPS := init login CLIShell cat ls mount USRAPPS += bomb dhcpclient -USRAPPS += ip ping telnet irc wget +USRAPPS += ip ping telnet irc wget telnetd USRAPPS += axwin3 ALL_DYNMODS = $(addprefix all-,$(DYNMODS))