udhcpc6: make it enabled in defconfig
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 13 Apr 2019 15:32:40 +0000 (17:32 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 13 Apr 2019 15:32:40 +0000 (17:32 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/d6_dhcpc.c

index 8a4a4b7a5b750271f2c8e79fc48f72b3ced38dad..97985642bb0f7c577ac3cdc72b71ff90df56665e 100644 (file)
@@ -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