X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=6e79bae34b9d03e29b11deb4c71f844e2d4339b7;hb=99ba1f47bc96f10c3d97ce62b3ce25af94afe0a2;hp=4be5f53b515e5aea9ad3fb13da0f28c9eb6aa09c;hpb=0a46a2508cab4078ca0768ef6b31c13c8be5c9f5;p=openwrt-github%2F.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 4be5f53b51..6e79bae34b 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -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