summaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-09-23 19:37:13 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2005-09-23 19:37:13 +0000
commit30b17863bd9b6bd370dc7fc60932469468f462a3 (patch)
treedc6f0c01977793f97168248f37710ec4d7f2ca81 /networking
parent23bc647b357343b64021abf46e8a8c1aeddfbf41 (diff)
downloadbusybox-w32-30b17863bd9b6bd370dc7fc60932469468f462a3.tar.gz
busybox-w32-30b17863bd9b6bd370dc7fc60932469468f462a3.tar.bz2
busybox-w32-30b17863bd9b6bd370dc7fc60932469468f462a3.zip
- ifupdown needs run-parts. Thanks Derosnec for pointing this out.
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