From: Matteo Croce Date: Sat, 8 Jun 2019 12:50:19 +0000 (+0200) Subject: mpls: fix af_mpls dependencies X-Git-Tag: v5.15~6158^2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c1a9d65954c68e13a6adc0225b0d38188fff68ca;p=platform%2Fkernel%2Flinux-starfive.git mpls: fix af_mpls dependencies MPLS routing code relies on sysctl to work, so let it select PROC_SYSCTL. Reported-by: Randy Dunlap Suggested-by: David Ahern Signed-off-by: Matteo Croce Signed-off-by: David S. Miller --- diff --git a/net/mpls/Kconfig b/net/mpls/Kconfig index d9391be..2b802a4 100644 --- a/net/mpls/Kconfig +++ b/net/mpls/Kconfig @@ -26,6 +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 ---help--- Add support for forwarding of mpls packets.