aboutsummaryrefslogtreecommitdiff
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
parent23bc647b357343b64021abf46e8a8c1aeddfbf41 (diff)
downloadbusybox-30b17863bd9b6bd370dc7fc60932469468f462a3.tar.gz
- ifupdown needs run-parts. Thanks Derosnec for pointing this out.
-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
config CONFIG_IFUPDOWN
bool "ifupdown"
default n
+ select CONFIG_RUN_PARTS
help
Activate or deactivate the specified interfaces. This applet makes
use of either "ifconfig" and "route" or the "ip" command to actually