aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-19 20:28:03 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-03-19 20:28:03 +0000
commite5808cb747369ffa99c884736f6491cc2e088140 (patch)
tree52f60007c362142d721e4e9935eddaa6360cf656 /networking
parentd2957756386a249c96be31bbf3c581d9d3d08b12 (diff)
downloadbusybox-w32-e5808cb747369ffa99c884736f6491cc2e088140.tar.gz
busybox-w32-e5808cb747369ffa99c884736f6491cc2e088140.tar.bz2
busybox-w32-e5808cb747369ffa99c884736f6491cc2e088140.zip
- don't automatically select run-parts but point out that this is a system-utility in the strict sense.
git-svn-id: svn://busybox.net/trunk/busybox@18168 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r--networking/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 55161fe1e..11e781207 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -212,7 +212,6 @@ config FEATURE_IFCONFIG_BROADCAST_PLUS
212config IFUPDOWN 212config IFUPDOWN
213 bool "ifupdown" 213 bool "ifupdown"
214 default n 214 default n
215 select RUN_PARTS
216 help 215 help
217 Activate or deactivate the specified interfaces. This applet makes 216 Activate or deactivate the specified interfaces. This applet makes
218 use of either "ifconfig" and "route" or the "ip" command to actually 217 use of either "ifconfig" and "route" or the "ip" command to actually
@@ -223,7 +222,8 @@ config IFUPDOWN
223 against my better judgement (since this will surely result in plenty 222 against my better judgement (since this will surely result in plenty
224 of support questions on the mailing list), I do not force you to 223 of support questions on the mailing list), I do not force you to
225 enable these additional options. It is up to you to supply either 224 enable these additional options. It is up to you to supply either
226 "ifconfig" and "route" or the "ip" command, either via busybox or via 225 "ifconfig", "route" and "run-parts" or the "ip" command, either
226 via busybox or via
227 standalone utilities. 227 standalone utilities.
228 228
229config FEATURE_IFUPDOWN_IP 229config FEATURE_IFUPDOWN_IP