aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-06 23:11:30 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-12-06 23:11:30 +0000
commit45155ca8960047b28cb6237a52ff6f399da279c9 (patch)
tree50120fb1ce7786756777aa37e77ec411a371e2a6
parent820d01c4b99ba0843f34bf2fad960e2b549ff7a4 (diff)
downloadbusybox-w32-45155ca8960047b28cb6237a52ff6f399da279c9.tar.gz
busybox-w32-45155ca8960047b28cb6237a52ff6f399da279c9.tar.bz2
busybox-w32-45155ca8960047b28cb6237a52ff6f399da279c9.zip
depends on for telnet and ipcalc
git-svn-id: svn://busybox.net/trunk/busybox@6125 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--networking/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 628178cd3..92467b748 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -164,6 +164,7 @@ config CONFIG_IPCALC
164config CONFIG_FEATURE_IPCALC_FANCY 164config CONFIG_FEATURE_IPCALC_FANCY
165 bool " Fancy IPCALC, more options, adds 300 bytes" 165 bool " Fancy IPCALC, more options, adds 300 bytes"
166 default y 166 default y
167 depends on CONFIG_IPCALC
167 help 168 help
168 Please submit a patch to add help text for this item. 169 Please submit a patch to add help text for this item.
169 170
@@ -251,6 +252,7 @@ config CONFIG_TELNET
251config CONFIG_FEATURE_TELNET_TTYPE 252config CONFIG_FEATURE_TELNET_TTYPE
252 bool " Pass TERM type to remote host" 253 bool " Pass TERM type to remote host"
253 default y 254 default y
255 depends on CONFIG_TELNET
254 help 256 help
255 Please submit a patch to add help text for this item. 257 Please submit a patch to add help text for this item.
256 258