Add telnet

This commit is contained in:
Jeremy Soller 2017-01-04 14:45:02 -07:00
parent 437bc32800
commit 0c8dc7c50d
2 changed files with 3 additions and 2 deletions

View file

@ -196,7 +196,7 @@ else
else
QEMUFLAGS+=-net nic,model=e1000 -net user -net dump,file=build/network.pcap
ifeq ($(net),redir)
QEMUFLAGS+=-redir tcp:8080::8080
QEMUFLAGS+=-redir tcp:8023::8023 -redir tcp:8080::8080
endif
endif
ifeq ($(vga),no)
@ -539,6 +539,7 @@ netutils: \
filesystem/bin/irc \
filesystem/bin/nc \
filesystem/bin/ntp \
filesystem/bin/telnetd \
filesystem/bin/wget
orbutils: \

@ -1 +1 @@
Subproject commit 88a923087a3a9cbbad0bf8faea9cb56332269c57
Subproject commit d098d9857177e06762bd1a42bc8d15842822cd37