diff options
author | Denys Vlasenko | 2017-01-04 12:13:38 +0100 |
---|---|---|
committer | Denys Vlasenko | 2017-01-04 12:13:38 +0100 |
commit | c6137ba51066d78a255f440ed0afc36639ea604a (patch) | |
tree | 0d06006f98a6b80076d13ada143a790a5baee09d /networking/udhcp/d6_dhcpc.c | |
parent | c6725b0af68238a456690146adec763c04f66c82 (diff) | |
download | busybox-c6137ba51066d78a255f440ed0afc36639ea604a.zip busybox-c6137ba51066d78a255f440ed0afc36639ea604a.tar.gz |
udhcp: tweak config order and menu item names
All other applets are listed simply by their name, no reason why
dumpleases doesn't do that.
Group all udhcpd feature options directly after it.
Put "NOT READY" into udhcpc6 item (some users actually tried to use it,
and complained).
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/d6_dhcpc.c')
-rw-r--r-- | networking/udhcp/d6_dhcpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c index ddf3412..64339c9 100644 --- a/networking/udhcp/d6_dhcpc.c +++ b/networking/udhcp/d6_dhcpc.c @@ -12,7 +12,7 @@ */ //config:config UDHCPC6 -//config: bool "udhcp client for DHCPv6 (udhcpc6)" +//config: bool "udhcpc6 (DHCPv6 client, NOT READY)" //config: default n # not yet ready //config: depends on FEATURE_IPV6 //config: help |