summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-02-15 11:50:33 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-02-15 11:50:33 +0000
commit4a4c677fccabdcd6db509488c9cb5d784afaa59d (patch)
tree3b506db6f7afd3b7babe4c33436a46f0526d09c5 /networking/Config.in
parent3238ea1673d55b37abeba066826963101e6af020 (diff)
downloadbusybox-w32-4a4c677fccabdcd6db509488c9cb5d784afaa59d.tar.gz
busybox-w32-4a4c677fccabdcd6db509488c9cb5d784afaa59d.tar.bz2
busybox-w32-4a4c677fccabdcd6db509488c9cb5d784afaa59d.zip
Patch from Bastian Blank
- ip route flush - different usage for telnetd in inetd mode - changes for the default flags of the ip features - if no /usr requested, udhcpc should use the script also without /usr.
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 12deb55b8..cd38a7074 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -257,7 +257,7 @@ endif
257if ! (CONFIG_IP && CONFIG_IPADDR) 257if ! (CONFIG_IP && CONFIG_IPADDR)
258 config CONFIG_FEATURE_IP_ADDRESS 258 config CONFIG_FEATURE_IP_ADDRESS
259 bool " address" 259 bool " address"
260 default n 260 default y
261 depends on CONFIG_IP 261 depends on CONFIG_IP
262 help 262 help
263 Please submit a patch to add help text for this item. 263 Please submit a patch to add help text for this item.
@@ -299,7 +299,7 @@ endif
299if !(CONFIG_IP && CONFIG_IPTUNNEL) 299if !(CONFIG_IP && CONFIG_IPTUNNEL)
300 config CONFIG_FEATURE_IP_TUNNEL 300 config CONFIG_FEATURE_IP_TUNNEL
301 bool " tunnel" 301 bool " tunnel"
302 default y 302 default n
303 depends on CONFIG_IP 303 depends on CONFIG_IP
304 help 304 help
305 Please submit a patch to add help text for this item. 305 Please submit a patch to add help text for this item.