diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-27 10:53:09 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-27 10:53:09 +0200 |
commit | 68b653b66b0db6b1554806650fb0bebd7af9ef3b (patch) | |
tree | 6549966edd734b162fc4f6c88271b1023fa0d013 /networking/ifupdown.c | |
parent | 86d5bf4246a7ba68d220bc6c7a7a3be62119dc12 (diff) | |
download | busybox-w32-68b653b66b0db6b1554806650fb0bebd7af9ef3b.tar.gz busybox-w32-68b653b66b0db6b1554806650fb0bebd7af9ef3b.tar.bz2 busybox-w32-68b653b66b0db6b1554806650fb0bebd7af9ef3b.zip |
config: trim/improve item names and help texts, take 2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ifupdown.c')
-rw-r--r-- | networking/ifupdown.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index f8c29ab00..c2cfe82ec 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -59,11 +59,11 @@ | |||
59 | //config: than the default of using the older "ifconfig" and "route" utilities. | 59 | //config: than the default of using the older "ifconfig" and "route" utilities. |
60 | //config: | 60 | //config: |
61 | //config: If Y: you must install either the full-blown iproute2 package | 61 | //config: If Y: you must install either the full-blown iproute2 package |
62 | //config: or enable "ip" applet in Busybox, or the "ifup" and "ifdown" applets | 62 | //config: or enable "ip" applet in busybox, or the "ifup" and "ifdown" applets |
63 | //config: will not work. | 63 | //config: will not work. |
64 | //config: | 64 | //config: |
65 | //config: If N: you must install either the full-blown ifconfig and route | 65 | //config: If N: you must install either the full-blown ifconfig and route |
66 | //config: utilities, or enable these applets in Busybox. | 66 | //config: utilities, or enable these applets in busybox. |
67 | //config: | 67 | //config: |
68 | //config:config FEATURE_IFUPDOWN_IPV4 | 68 | //config:config FEATURE_IFUPDOWN_IPV4 |
69 | //config: bool "Support IPv4" | 69 | //config: bool "Support IPv4" |