summaryrefslogtreecommitdiffstats
path: root/openwrt/package/busybox
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-30 21:29:40 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-30 21:29:40 +0000
commita900896f0e00f58f0f5661e73215f53ef7ae0323 (patch)
tree541831e73bcd9bd0046a557d6a19558579e08fe0 /openwrt/package/busybox
parent647fa79e2bb0aae1f6db8917d123caa1d36c4664 (diff)
enable telnet client by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1121 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/busybox')
-rw-r--r--openwrt/package/busybox/config/networking/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/busybox/config/networking/Config.in b/openwrt/package/busybox/config/networking/Config.in
index 5af65ef4a..3699db9fc 100644
--- a/openwrt/package/busybox/config/networking/Config.in
+++ b/openwrt/package/busybox/config/networking/Config.in
@@ -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