diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 21:29:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 21:29:40 +0000 |
commit | c920f2f62b719833d3a9724ccd943e5e0b7f6658 (patch) | |
tree | 9dd4071a9071dacd4f705ba8d0f0e6f26df639e8 /package/busybox | |
parent | ec14e72af957866c4e8904d0cd459bd027615bab (diff) | |
download | upstream-c920f2f62b719833d3a9724ccd943e5e0b7f6658.tar.gz upstream-c920f2f62b719833d3a9724ccd943e5e0b7f6658.tar.bz2 upstream-c920f2f62b719833d3a9724ccd943e5e0b7f6658.zip |
enable telnet client by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1121 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r-- | package/busybox/config/networking/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in index 5af65ef4aa..3699db9fc2 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 |