diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2015-05-25 13:50:42 +0300 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-06-10 10:19:40 -0500 |
commit | 62001886d7e3d3d85482b231591722c794c6ebb1 (patch) | |
tree | d238868063168a900a83c46471e6978c65b14f80 /extra/Configs/defconfigs/arc/arcv2_defconfig | |
parent | 35f1863fcc0bc2bc8596c312cccccf0fc8ea4add (diff) |
ARC: enable IPv6 in defconfigs
These days IPv6 is used more and more in different software
packages. And so we're adding IPv6 support by default in uClibc
for ARC cores.
Signed-off-by: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Anton Kolesov <akolesov@synopsys.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs/defconfigs/arc/arcv2_defconfig')
-rw-r--r-- | extra/Configs/defconfigs/arc/arcv2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/defconfigs/arc/arcv2_defconfig b/extra/Configs/defconfigs/arc/arcv2_defconfig index 1e204aa9d..9e34694c0 100644 --- a/extra/Configs/defconfigs/arc/arcv2_defconfig +++ b/extra/Configs/defconfigs/arc/arcv2_defconfig @@ -19,6 +19,7 @@ UCLIBC_HAS_PROGRAM_INVOCATION_NAME=y UCLIBC_HAS_LIBUTIL=y UCLIBC_HAS_OBSOLETE_BSD_SIGNAL=y UCLIBC_SV4_DEPRECATED=y +UCLIBC_HAS_IPV6=y UCLIBC_HAS_RPC=y UCLIBC_HAS_FULL_RPC=y UCLIBC_USE_NETLINK=y |