Configure IPv6 kernel options in config/Config-kernel.in
[openwrt/svn-archive/archive.git] / config / Config-kernel.in
index 4be5f53b515e5aea9ad3fb13da0f28c9eb6aa09c..6e79bae34b9d03e29b11deb4c71f844e2d4339b7 100644 (file)
@@ -551,3 +551,26 @@ config KERNEL_SECCOMP
                default n
                help
                  Build kernel with support for seccomp.
+
+#
+# IPv6 configuration
+#
+
+config KERNEL_IPV6
+       def_bool IPV6
+
+if KERNEL_IPV6
+
+       config KERNEL_IPV6_MULTIPLE_TABLES
+               def_bool y
+
+       config KERNEL_IPV6_SUBTREES
+               def_bool y
+
+       config KERNEL_IPV6_MROUTE
+               def_bool y
+
+       config KERNEL_IPV6_PIMSM_V2
+               def_bool n
+
+endif