summaryrefslogtreecommitdiffstats
path: root/rules/initmethod-bbinit.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/initmethod-bbinit.in')
-rw-r--r--rules/initmethod-bbinit.in8
1 files changed, 3 insertions, 5 deletions
diff --git a/rules/initmethod-bbinit.in b/rules/initmethod-bbinit.in
index d3c0a57d5..56ea5dc51 100644
--- a/rules/initmethod-bbinit.in
+++ b/rules/initmethod-bbinit.in
@@ -38,14 +38,12 @@ config INITMETHOD_BBINIT_ETC_INITD_NETWORKING
prompt "install /etc/init.d/networking"
select BUSYBOX_IFUPDOWN if BUSYBOX
select BUSYBOX_IFCONFIG if BUSYBOX
- select BUSYBOX_CAT if BUSYBOX
select BUSYBOX_FEATURE_IFUPDOWN_IP if BUSYBOX
help
When enabled, this option installs the generic /etc/init.d/networking
- file. This script starts your network interfaces by calling ifup -a.
- To run this script you will need the shell commands 'cat', 'grep' and
- 'ifconfig'
-
+ file. This script starts your network interfaces by calling 'ifup -a'.
+ To run this script you will need the shell commands 'grep',
+ 'ifup'/'ifdown' and 'ifconfig'
menu "service startup configuration "