Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ip_tunnel: fix building with NET_IP_TUNNEL=m
When af_mpls is built-in but the tunnel support is a module, we get a link failure: net/mpls/af_mpls.o: In function `mpls_init': af_mpls.c:(.init.text+0xdc): undefined reference to `ip_tunnel_encap_add_ops' This adds a Kconfig statement to prevent the broken configuration and force mpls to be a module as well in this case. Fixes: bdc4764 ("ip_tunnel: add mpls over gre support") Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Amine Kherbouche <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information