aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-01-01 22:38:32 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-01-01 22:38:32 +0000
commitf85b032709ca1fd47c5976f93821baba8124eeb2 (patch)
treed21053be06941c38347ea46f1c4aa70c6574209d /package/busybox
parent30818a4939e97d837c9833463835d1a08b85239e (diff)
downloadupstream-f85b032709ca1fd47c5976f93821baba8124eeb2.tar.gz
upstream-f85b032709ca1fd47c5976f93821baba8124eeb2.tar.bz2
upstream-f85b032709ca1fd47c5976f93821baba8124eeb2.zip
make telnetd standalone
SVN-Revision: 5959
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/networking/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index bd1c64b5e3..da28e30c9b 100644
--- a/package/busybox/config/networking/Config.in
+++ b/package/busybox/config/networking/Config.in
@@ -594,7 +594,7 @@ config BUSYBOX_CONFIG_TELNETD
config BUSYBOX_CONFIG_FEATURE_TELNETD_STANDALONE
bool "Support standalone telnetd (not inetd only)"
- default n
+ default y
depends on BUSYBOX_CONFIG_TELNETD
help
Selecting this will make telnetd able to run standalone.