Browse Source

make telnetd standalone

SVN-Revision: 5959
Felix Fietkau 19 years ago
parent
commit
f85b032709
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/busybox/config/networking/Config.in

+ 1 - 1
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.