Add telnet
This commit is contained in:
parent
437bc32800
commit
0c8dc7c50d
3
Makefile
3
Makefile
|
@ -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
|
Loading…
Reference in a new issue