Commit 66496d4973dcb848d163805fa6b485850b7555e3
1 parent
fea0691526
Exists in
master
and in
7 other branches
ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependencies
IP_MROUTE_MULTIPLE_TABLES should depend on IP_MROUTE. Signed-off-by: Patrick McHardy <kaber@trash.net>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
net/ipv4/Kconfig
... | ... | @@ -252,7 +252,7 @@ |
252 | 252 | |
253 | 253 | config IP_MROUTE_MULTIPLE_TABLES |
254 | 254 | bool "IP: multicast policy routing" |
255 | - depends on IP_ADVANCED_ROUTER | |
255 | + depends on IP_MROUTE && IP_ADVANCED_ROUTER | |
256 | 256 | select FIB_RULES |
257 | 257 | help |
258 | 258 | Normally, a multicast router runs a userspace daemon and decides |