udhcpc6: make it enabled in defconfig

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2019-04-13 17:32:40 +02:00
parent 7180d9ed86
commit cc45cbcca4

View File

@ -2,15 +2,13 @@
/* /*
* DHCPv6 client. * DHCPv6 client.
* *
* WARNING: THIS CODE IS INCOMPLETE.
*
* Copyright (C) 2011-2017 Denys Vlasenko. * Copyright (C) 2011-2017 Denys Vlasenko.
* *
* Licensed under GPLv2, see file LICENSE in this source tree. * Licensed under GPLv2, see file LICENSE in this source tree.
*/ */
//config:config UDHCPC6 //config:config UDHCPC6
//config: bool "udhcpc6 (21 kb)" //config: bool "udhcpc6 (21 kb)"
//config: default n # not yet ready //config: default y
//config: depends on FEATURE_IPV6 //config: depends on FEATURE_IPV6
//config: help //config: help
//config: udhcpc6 is a DHCPv6 client //config: udhcpc6 is a DHCPv6 client