1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 12:43:14 +03:00

make telnetd standalone

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5959 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-01-01 22:38:32 +00:00
parent f424cfa4ea
commit 632f858731

View 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.