mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
enable telnet client by default
SVN-Revision: 1121
This commit is contained in:
parent
86b91c403f
commit
f7c6784370
@ -465,14 +465,14 @@ config BUSYBOX_CONFIG_ROUTE
|
|||||||
|
|
||||||
config BUSYBOX_CONFIG_TELNET
|
config BUSYBOX_CONFIG_TELNET
|
||||||
bool "telnet"
|
bool "telnet"
|
||||||
default n
|
default y
|
||||||
help
|
help
|
||||||
Telnet is an interface to the TELNET protocol, but is also commonly
|
Telnet is an interface to the TELNET protocol, but is also commonly
|
||||||
used to test other simple protocols.
|
used to test other simple protocols.
|
||||||
|
|
||||||
config BUSYBOX_CONFIG_FEATURE_TELNET_TTYPE
|
config BUSYBOX_CONFIG_FEATURE_TELNET_TTYPE
|
||||||
bool " Pass TERM type to remote host"
|
bool " Pass TERM type to remote host"
|
||||||
default n
|
default y
|
||||||
depends on BUSYBOX_CONFIG_TELNET
|
depends on BUSYBOX_CONFIG_TELNET
|
||||||
help
|
help
|
||||||
Setting this option will forward the TERM environment variable to the
|
Setting this option will forward the TERM environment variable to the
|
||||||
|
Loading…
Reference in New Issue
Block a user