diff mbox

ARC: enable IPv6 in defconfigs

Message ID 1432551042-8766-1-git-send-email-abrodkin@synopsys.com
State Accepted
Commit c058c0578db7b036fabdda6f98be567232d00e6e
Headers show

Commit Message

Alexey Brodkin May 25, 2015, 10:50 a.m. UTC
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 <abrodkin@synopsys.com>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: Anton Kolesov <akolesov@synopsys.com>
---
 extra/Configs/defconfigs/arc/arcv2_defconfig | 1 +
 extra/Configs/defconfigs/arc/defconfig       | 1 +
 2 files changed, 2 insertions(+)

Comments

Bernhard Reutner-Fischer May 26, 2015, 8:26 p.m. UTC | #1
On Mon, May 25, 2015 at 01:50:42PM +0300, Alexey Brodkin wrote:
> 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.

Applied, thanks!
diff mbox

Patch

diff --git a/extra/Configs/defconfigs/arc/arcv2_defconfig b/extra/Configs/defconfigs/arc/arcv2_defconfig
index 1e204aa..9e34694 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
diff --git a/extra/Configs/defconfigs/arc/defconfig b/extra/Configs/defconfigs/arc/defconfig
index 994abeb..bd93696 100644
--- a/extra/Configs/defconfigs/arc/defconfig
+++ b/extra/Configs/defconfigs/arc/defconfig
@@ -18,6 +18,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