projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30818a4
)
make telnetd standalone
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 1 Jan 2007 22:38:32 +0000
(22:38 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 1 Jan 2007 22:38:32 +0000
(22:38 +0000)
SVN-Revision: 5959
package/busybox/config/networking/Config.in
patch
|
blob
|
history
diff --git
a/package/busybox/config/networking/Config.in
b/package/busybox/config/networking/Config.in
index bd1c64b5e382b55379325a5947fa381f2993ce00..da28e30c9b948077265a59654b38d0279bf2892c 100644
(file)
--- 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.