Merge "[rcar-gen3] Disable ipv6"
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 21 Mar 2017 14:33:12 +0000 (14:33 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Tue, 21 Mar 2017 14:33:12 +0000 (14:33 +0000)
meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/files/disable_ipv6.cfg [new file with mode: 0644]
meta-agl-bsp/meta-rcar-gen3/recipes-kernel/linux/linux-renesas_%.bbappend

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 (file)
index 0000000..bc5299a
--- /dev/null
@@ -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
index 5781e40..44f8022 100644 (file)
@@ -2,6 +2,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
 
 SRC_URI_append  = " file://namespace_fix.cfg \
        file://nbd.cfg \
-        file://ramdisk.cfg \
+       file://ramdisk.cfg \
        file://bluetooth.cfg \
+       file://disable_ipv6.cfg \
        "