aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/d6_dhcpc.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-04 12:13:38 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-04 12:13:38 +0100
commitc6137ba51066d78a255f440ed0afc36639ea604a (patch)
tree0d06006f98a6b80076d13ada143a790a5baee09d /networking/udhcp/d6_dhcpc.c
parentc6725b0af68238a456690146adec763c04f66c82 (diff)
downloadbusybox-w32-c6137ba51066d78a255f440ed0afc36639ea604a.tar.gz
busybox-w32-c6137ba51066d78a255f440ed0afc36639ea604a.tar.bz2
busybox-w32-c6137ba51066d78a255f440ed0afc36639ea604a.zip
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c
index ddf3412a0..64339c9b5 100644
--- a/networking/udhcp/d6_dhcpc.c
+++ b/networking/udhcp/d6_dhcpc.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14//config:config UDHCPC6 14//config:config UDHCPC6
15//config: bool "udhcp client for DHCPv6 (udhcpc6)" 15//config: bool "udhcpc6 (DHCPv6 client, NOT READY)"
16//config: default n # not yet ready 16//config: default n # not yet ready
17//config: depends on FEATURE_IPV6 17//config: depends on FEATURE_IPV6
18//config: help 18//config: help