mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
mpls: fix af_mpls dependencies for real
Randy reported that selecting MPLS_ROUTING without PROC_FS breaks the build, because since commitc1a9d65954
("mpls: fix af_mpls dependencies"), MPLS_ROUTING selects PROC_SYSCTL, but Kconfig's select doesn't recursively handle dependencies. Change the select into a dependency. Fixes:c1a9d65954
("mpls: fix af_mpls dependencies") Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Matteo Croce <mcroce@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
93c65f83f2
commit
ec66854c83
@ -26,7 +26,7 @@ config NET_MPLS_GSO
|
||||
config MPLS_ROUTING
|
||||
tristate "MPLS: routing support"
|
||||
depends on NET_IP_TUNNEL || NET_IP_TUNNEL=n
|
||||
select PROC_SYSCTL
|
||||
depends on PROC_SYSCTL
|
||||
---help---
|
||||
Add support for forwarding of mpls packets.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user