diff options
author | Bernhard Reutner-Fischer | 2005-09-23 19:37:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2005-09-23 19:37:13 +0000 |
commit | 30b17863bd9b6bd370dc7fc60932469468f462a3 (patch) | |
tree | dc6f0c01977793f97168248f37710ec4d7f2ca81 | |
parent | 23bc647b357343b64021abf46e8a8c1aeddfbf41 (diff) | |
download | busybox-30b17863bd9b6bd370dc7fc60932469468f462a3.zip busybox-30b17863bd9b6bd370dc7fc60932469468f462a3.tar.gz |
- ifupdown needs run-parts. Thanks Derosnec for pointing this out.
-rw-r--r-- | networking/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index 4950ae4..544ee61 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 |