diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-19 20:28:03 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-19 20:28:03 +0000 |
commit | 6111a8f2e737fea9147cb3fb21613d32d34788bd (patch) | |
tree | 52f60007c362142d721e4e9935eddaa6360cf656 /networking | |
parent | 16deb8674680d813c99e26fb932b80a45f7c4705 (diff) | |
download | busybox-6111a8f2e737fea9147cb3fb21613d32d34788bd.tar.gz |
- don't automatically select run-parts but point out that this is a system-utility in the strict sense.
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Config.in | 4 |
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 config IFUPDOWN bool "ifupdown" default n - select RUN_PARTS help Activate or deactivate the specified interfaces. This applet makes use of either "ifconfig" and "route" or the "ip" command to actually @@ -223,7 +222,8 @@ config IFUPDOWN against my better judgement (since this will surely result in plenty of support questions on the mailing list), I do not force you to enable these additional options. It is up to you to supply either - "ifconfig" and "route" or the "ip" command, either via busybox or via + "ifconfig", "route" and "run-parts" or the "ip" command, either + via busybox or via standalone utilities. config FEATURE_IFUPDOWN_IP |