summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-23 06:18:08 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-23 06:18:08 (GMT)
commit8478376a86c6555f4df2f130f9d8bd935ec211e5 (patch)
tree9e7fff1ab45fadfe9b8917c928f594e1f92b3c19 /config/libc
parent49cdcd16f24ee387e5816812c7b6612f58e1d465 (diff)
uClibc: Add kconfig option to enable IPv6 support
This commit adds a kconfig option to enable IPv6 support. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/uClibc.in.26
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/uClibc.in.2 b/config/libc/uClibc.in.2
index 1e33db4..3a5fe34 100644
--- a/config/libc/uClibc.in.2
+++ b/config/libc/uClibc.in.2
@@ -59,6 +59,12 @@ config LIBC_UCLIBC_LOCALES_PREGEN_DATA
If so, please report the issue, so we can default this
to off if too many people complain.
+config LIBC_UCLIBC_IPV6
+ bool
+ prompt "Add support for IPv6"
+ help
+ Say y if you want uClibc to support IPv6.
+
config LIBC_UCLIBC_WCHAR
bool
prompt "Add support for WCHAR"