From 9e6c87a6dbf73d870d6a44a31ea11183a90427c4 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 30 May 2005 21:29:40 +0000 Subject: enable telnet client by default git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1121 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/config/networking/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/busybox/config/networking/Config.in') diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 5af65ef4a..3699db9fc 100644 --- a/package/busybox/config/networking/Config.in +++ b/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 -- cgit v1.2.3