From 5ac7732be2d5249bd1bfc14ee0de6d27946d7257 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Thu, 19 Jul 2012 18:29:00 +0800 Subject: [PATCH] Modules/InitRD - Added telnetd --- KernelLand/Modules/Filesystems/InitRD/files.lst | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)) -- 2.20.1