Modules/InitRD - Added telnetd
authorJohn Hodge <[email protected]>
Thu, 19 Jul 2012 10:29:00 +0000 (18:29 +0800)
committerJohn Hodge <[email protected]>
Thu, 19 Jul 2012 10:29:00 +0000 (18:29 +0800)
KernelLand/Modules/Filesystems/InitRD/files.lst
Makefile

index 6751147..da00e99 100644 (file)
@@ -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"
index 0329527..01b0906 100644 (file)
--- 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))

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