From d88997d1d16897abb83a161c215cbec25d9b5e0f Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Thu, 2 Mar 2017 17:22:00 +0100 Subject: [rcar-gen3] Disable ipv6 * ipv6 was disable in the previous version of the Renesas gen3 BSP (v2.12) and boot with ipv6 doesn't work, for now, on the Gen3 board. Bug-AGL: SPEC-471 Change-Id: I0c0f14cbf3b5d8404e9b8108d24740ecaea762c2 Signed-off-by: Ronan Le Martret --- .../meta-rcar-gen3/recipes-kernel/linux/files/disable_ipv6.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/disable_ipv6.cfg (limited to 'meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files') diff --git a/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/disable_ipv6.cfg b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/disable_ipv6.cfg new file mode 100644 index 000000000..bc5299acd --- /dev/null +++ b/meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/disable_ipv6.cfg @@ -0,0 +1,4 @@ +# CONFIG_NET_IP_TUNNEL is not set +# CONFIG_INET_TUNNEL is not set +# CONFIG_IPV6 is not set +# CONFIG_DST_CACHE is not set -- cgit 1.2.3-korg