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 | f7c678437027e96f8dfa508b0cc65215e75f1952 (patch) | |
tree | 541831e73bcd9bd0046a557d6a19558579e08fe0 /openwrt/package | |
parent | 86b91c403f734d1ec0ad3460a173a354062b2b88 (diff) | |
download | mtk-20170518-f7c678437027e96f8dfa508b0cc65215e75f1952.zip mtk-20170518-f7c678437027e96f8dfa508b0cc65215e75f1952.tar.gz mtk-20170518-f7c678437027e96f8dfa508b0cc65215e75f1952.tar.bz2 |
enable telnet client by default
SVN-Revision: 1121
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/busybox/config/networking/Config.in | 4 |
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 5af65ef..3699db9 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 |