make telnetd standalone
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Jan 2007 22:38:32 +0000 (22:38 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 1 Jan 2007 22:38:32 +0000 (22:38 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5959 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/busybox/config/networking/Config.in

index bd1c64b5e382b55379325a5947fa381f2993ce00..da28e30c9b948077265a59654b38d0279bf2892c 100644 (file)
@@ -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.