X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=config%2FConfig-kernel.in;h=fa06b5044219f5080bafce8fe7596dad00a0a708;hb=1d9296dcdb3fefd7e11838ff39220e99b8ad2a24;hp=678323efa1497003cb9356e46fb3fba020d1851f;hpb=d810a2aebf30ce2f493e7a519177021c42f10ba4;p=openwrt%2Fopenwrt.git diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 678323efa1..fa06b50442 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -607,6 +607,17 @@ config KERNEL_SECCOMP help Build kernel with support for seccomp. +# +# IPv4 configuration +# + +config KERNEL_IP_MROUTE + bool "Enable IPv4 multicast routing" + default y + help + Multicast routing requires a multicast routing daemon in + addition to kernel support. + # # IPv6 configuration # @@ -623,7 +634,11 @@ if KERNEL_IPV6 def_bool y config KERNEL_IPV6_MROUTE - def_bool y + bool "Enable IPv6 multicast routing" + default y + help + Multicast routing requires a multicast routing daemon in + addition to kernel support. config KERNEL_IPV6_PIMSM_V2 def_bool n