summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-10 12:26:47 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-10 12:26:47 +0000
commita4acf669f4b2c649c408633804d6f9333c8ed73e (patch)
tree262b3e08f518ca3f2980e99203a92b6ca3adf9ad /networking/Config.in
parent3e72c5931c1f981b894bf3f1aed4852338904ffc (diff)
downloadbusybox-w32-a4acf669f4b2c649c408633804d6f9333c8ed73e.tar.gz
busybox-w32-a4acf669f4b2c649c408633804d6f9333c8ed73e.tar.bz2
busybox-w32-a4acf669f4b2c649c408633804d6f9333c8ed73e.zip
- typo: s/biltin/builtin/g
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/networking/Config.in b/networking/Config.in
index c0278778e..28792a679 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -222,7 +222,7 @@ config CONFIG_FEATURE_IFUPDOWN_IP
222 Use the iproute "ip" command to implement "ifup" and "ifdown", rather 222 Use the iproute "ip" command to implement "ifup" and "ifdown", rather
223 than the default of using the older 'ifconfig' and 'route' utilities. 223 than the default of using the older 'ifconfig' and 'route' utilities.
224 224
225config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN 225config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
226 bool " Use busybox ip applet" 226 bool " Use busybox ip applet"
227 default y 227 default y
228 depends on CONFIG_FEATURE_IFUPDOWN_IP 228 depends on CONFIG_FEATURE_IFUPDOWN_IP
@@ -236,7 +236,7 @@ config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN
236 If leave this disabled, you must install the full-blown iproute2 236 If leave this disabled, you must install the full-blown iproute2
237 utility or the "ifup" and "ifdown" applets will not work. 237 utility or the "ifup" and "ifdown" applets will not work.
238 238
239config CONFIG_FEATURE_IFUPDOWN_IP_BUILTIN 239config CONFIG_FEATURE_IFUPDOWN_IP_BUUILTIN
240 bool " Use busybox ifconfig and route applets" 240 bool " Use busybox ifconfig and route applets"
241 default y 241 default y
242 depends on CONFIG_IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP 242 depends on CONFIG_IFUPDOWN && !CONFIG_FEATURE_IFUPDOWN_IP
@@ -286,35 +286,35 @@ config CONFIG_INETD
286 help 286 help
287 Internet superserver daemon 287 Internet superserver daemon
288 288
289config CONFIG_FEATURE_INETD_SUPPORT_BILTIN_ECHO 289config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_ECHO
290 bool " Support echo service" 290 bool " Support echo service"
291 default y 291 default y
292 depends on CONFIG_INETD 292 depends on CONFIG_INETD
293 help 293 help
294 Echo received data internal inetd service 294 Echo received data internal inetd service
295 295
296config CONFIG_FEATURE_INETD_SUPPORT_BILTIN_DISCARD 296config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DISCARD
297 bool " Support discard service" 297 bool " Support discard service"
298 default y 298 default y
299 depends on CONFIG_INETD 299 depends on CONFIG_INETD
300 help 300 help
301 Internet /dev/null internal inetd service 301 Internet /dev/null internal inetd service
302 302
303config CONFIG_FEATURE_INETD_SUPPORT_BILTIN_TIME 303config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_TIME
304 bool " Support time service" 304 bool " Support time service"
305 default y 305 default y
306 depends on CONFIG_INETD 306 depends on CONFIG_INETD
307 help 307 help
308 Return 32 bit time since 1900 internal inetd service 308 Return 32 bit time since 1900 internal inetd service
309 309
310config CONFIG_FEATURE_INETD_SUPPORT_BILTIN_DAYTIME 310config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME
311 bool " Support daytime service" 311 bool " Support daytime service"
312 default y 312 default y
313 depends on CONFIG_INETD 313 depends on CONFIG_INETD
314 help 314 help
315 Return human-readable time internal inetd service 315 Return human-readable time internal inetd service
316 316
317config CONFIG_FEATURE_INETD_SUPPORT_BILTIN_CHARGEN 317config CONFIG_FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN
318 bool " Support chargen service" 318 bool " Support chargen service"
319 default y 319 default y
320 depends on CONFIG_INETD 320 depends on CONFIG_INETD