diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2019-04-13 17:32:40 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2019-04-13 17:32:40 +0200 |
commit | cc45cbcca41de47590f4aa839eb0f396f18f9896 (patch) | |
tree | e8300d198b4772ab34dc49303c73fce7ae059511 | |
parent | 7180d9ed863e6ea350938b13384548f4f2617528 (diff) | |
download | busybox-w32-cc45cbcca41de47590f4aa839eb0f396f18f9896.tar.gz busybox-w32-cc45cbcca41de47590f4aa839eb0f396f18f9896.tar.bz2 busybox-w32-cc45cbcca41de47590f4aa839eb0f396f18f9896.zip |
udhcpc6: make it enabled in defconfig
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/udhcp/d6_dhcpc.c | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ | |||
2 | /* | 2 | /* |
3 | * DHCPv6 client. | 3 | * DHCPv6 client. |
4 | * | 4 | * |
5 | * WARNING: THIS CODE IS INCOMPLETE. | ||
6 | * | ||
7 | * Copyright (C) 2011-2017 Denys Vlasenko. | 5 | * Copyright (C) 2011-2017 Denys Vlasenko. |
8 | * | 6 | * |
9 | * Licensed under GPLv2, see file LICENSE in this source tree. | 7 | * Licensed under GPLv2, see file LICENSE in this source tree. |
10 | */ | 8 | */ |
11 | //config:config UDHCPC6 | 9 | //config:config UDHCPC6 |
12 | //config: bool "udhcpc6 (21 kb)" | 10 | //config: bool "udhcpc6 (21 kb)" |
13 | //config: default n # not yet ready | 11 | //config: default y |
14 | //config: depends on FEATURE_IPV6 | 12 | //config: depends on FEATURE_IPV6 |
15 | //config: help | 13 | //config: help |
16 | //config: udhcpc6 is a DHCPv6 client | 14 | //config: udhcpc6 is a DHCPv6 client |