From: Hans-Juergen Tappe (SYSGO AG) Date: Wed, 27 Jul 2005 20:00:04 +0000 (-0700) Subject: [IPV4]: Fix Kconfig syntax error X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=eaa1c5d05947819643b2e72cbfc51ae2ddcf1991;p=mv-sheeva.git [IPV4]: Fix Kconfig syntax error From: "Hans-Juergen Tappe (SYSGO AG)" Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index fc561c0ae8e..0b3d9f1d806 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -124,7 +124,7 @@ config IP_ROUTE_MULTIPATH config IP_ROUTE_MULTIPATH_CACHED bool "IP: equal cost multipath with caching support (EXPERIMENTAL)" - depends on: IP_ROUTE_MULTIPATH + depends on IP_ROUTE_MULTIPATH help Normally, equal cost multipath routing is not supported by the routing cache. If you say Y here, alternative routes are cached