mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:05:20 +02:00
enable telnet client by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1121 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9d7e820745
commit
9e6c87a6db
@ -465,14 +465,14 @@ config BUSYBOX_CONFIG_ROUTE
|
||||
|
||||
config BUSYBOX_CONFIG_TELNET
|
||||
bool "telnet"
|
||||
default n
|
||||
default y
|
||||
help
|
||||
Telnet is an interface to the TELNET protocol, but is also commonly
|
||||
used to test other simple protocols.
|
||||
|
||||
config BUSYBOX_CONFIG_FEATURE_TELNET_TTYPE
|
||||
bool " Pass TERM type to remote host"
|
||||
default n
|
||||
default y
|
||||
depends on BUSYBOX_CONFIG_TELNET
|
||||
help
|
||||
Setting this option will forward the TERM environment variable to the
|
||||
|
Loading…
Reference in New Issue
Block a user