From cc45cbcca41de47590f4aa839eb0f396f18f9896 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 13 Apr 2019 17:32:40 +0200 Subject: udhcpc6: make it enabled in defconfig Signed-off-by: Denys Vlasenko --- networking/udhcp/d6_dhcpc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'networking/udhcp') diff --git a/networking/udhcp/d6_dhcpc.c b/networking/udhcp/d6_dhcpc.c index 8a4a4b7a5..97985642b 100644 --- a/networking/udhcp/d6_dhcpc.c +++ b/networking/udhcp/d6_dhcpc.c @@ -2,15 +2,13 @@ /* * DHCPv6 client. * - * WARNING: THIS CODE IS INCOMPLETE. - * * Copyright (C) 2011-2017 Denys Vlasenko. * * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config UDHCPC6 //config: bool "udhcpc6 (21 kb)" -//config: default n # not yet ready +//config: default y //config: depends on FEATURE_IPV6 //config: help //config: udhcpc6 is a DHCPv6 client -- cgit v1.2.3