projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fea0691
)
ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependencies
author
Patrick McHardy
<kaber@trash.net>
Thu, 15 Apr 2010 11:29:27 +0000
(13:29 +0200)
committer
Patrick McHardy
<kaber@trash.net>
Thu, 15 Apr 2010 11:31:29 +0000
(13:31 +0200)
IP_MROUTE_MULTIPLE_TABLES should depend on IP_MROUTE.
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv4/Kconfig
patch
|
blob
|
history
diff --git
a/net/ipv4/Kconfig
b/net/ipv4/Kconfig
index be597749c385f02c91577c41aa2f5e6d3bbbc373..8e3a1fd938ab3c2f18a8f9884598858b2020cd88 100644
(file)
--- a/
net/ipv4/Kconfig
+++ b/
net/ipv4/Kconfig
@@
-252,7
+252,7
@@
config IP_MROUTE
config IP_MROUTE_MULTIPLE_TABLES
bool "IP: multicast policy routing"
- depends on IP_ADVANCED_ROUTER
+ depends on IP_
MROUTE && IP_
ADVANCED_ROUTER
select FIB_RULES
help
Normally, a multicast router runs a userspace daemon and decides