aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-23 19:37:13 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-09-23 19:37:13 +0000
commitda1dc454b4d9935eb2f40563705a4460274ed4fa (patch)
treedc6f0c01977793f97168248f37710ec4d7f2ca81 /networking
parent006a8ca4578818df73fec33240bbf54ec069bb5b (diff)
downloadbusybox-w32-da1dc454b4d9935eb2f40563705a4460274ed4fa.tar.gz
busybox-w32-da1dc454b4d9935eb2f40563705a4460274ed4fa.tar.bz2
busybox-w32-da1dc454b4d9935eb2f40563705a4460274ed4fa.zip
- ifupdown needs run-parts. Thanks Derosnec for pointing this out.
git-svn-id: svn://busybox.net/trunk/busybox@11601 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r--networking/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 4950ae459..544ee617f 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -184,6 +184,7 @@ config CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS
184config CONFIG_IFUPDOWN 184config CONFIG_IFUPDOWN
185 bool "ifupdown" 185 bool "ifupdown"
186 default n 186 default n
187 select CONFIG_RUN_PARTS
187 help 188 help
188 Activate or deactivate the specified interfaces. This applet makes 189 Activate or deactivate the specified interfaces. This applet makes
189 use of either "ifconfig" and "route" or the "ip" command to actually 190 use of either "ifconfig" and "route" or the "ip" command to actually