diff options
author | Denys Vlasenko | 2017-07-27 10:53:09 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-27 10:53:09 +0200 |
commit | 68b653b66b0db6b1554806650fb0bebd7af9ef3b (patch) | |
tree | 6549966edd734b162fc4f6c88271b1023fa0d013 /networking/ifupdown.c | |
parent | 86d5bf4246a7ba68d220bc6c7a7a3be62119dc12 (diff) | |
download | busybox-68b653b66b0db6b1554806650fb0bebd7af9ef3b.zip busybox-68b653b66b0db6b1554806650fb0bebd7af9ef3b.tar.gz |
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 f8c29ab..c2cfe82 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c @@ -59,11 +59,11 @@ //config: than the default of using the older "ifconfig" and "route" utilities. //config: //config: If Y: you must install either the full-blown iproute2 package -//config: or enable "ip" applet in Busybox, or the "ifup" and "ifdown" applets +//config: or enable "ip" applet in busybox, or the "ifup" and "ifdown" applets //config: will not work. //config: //config: If N: you must install either the full-blown ifconfig and route -//config: utilities, or enable these applets in Busybox. +//config: utilities, or enable these applets in busybox. //config: //config:config FEATURE_IFUPDOWN_IPV4 //config: bool "Support IPv4" |