aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/config/networking/udhcp/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/utils/busybox/config/networking/udhcp/Config.in')
-rw-r--r--package/utils/busybox/config/networking/udhcp/Config.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/utils/busybox/config/networking/udhcp/Config.in b/package/utils/busybox/config/networking/udhcp/Config.in
index 64731f15fd..576a01a25f 100644
--- a/package/utils/busybox/config/networking/udhcp/Config.in
+++ b/package/utils/busybox/config/networking/udhcp/Config.in
@@ -4,7 +4,12 @@
# see scripts/kbuild/config-language.txt.
#
-
+config BUSYBOX_CONFIG_UDHCPC6
+ bool "udhcp client for DHCPv6 (udhcpc6)"
+ default BUSYBOX_DEFAULT_UDHCPC6 # not yet ready
+ depends on BUSYBOX_CONFIG_FEATURE_IPV6
+ help
+ udhcpc6 is a DHCPv6 client
config BUSYBOX_CONFIG_UDHCPD
bool "udhcp server (udhcpd)"