On 07/22/15 at 12:30pm, roopa wrote: > diff --git a/net/mpls/Kconfig b/net/mpls/Kconfig > index 5c467ef..2b28615 100644 > --- a/net/mpls/Kconfig > +++ b/net/mpls/Kconfig > @@ -24,6 +24,8 @@ config NET_MPLS_GSO > > config MPLS_ROUTING > tristate "MPLS: routing support" > + depends on INET > + depends on IPV6 > ---help--- > Add support for forwarding of mpls packets.
This looks like a much better fix to me and resolves the module/built-in dependency mess. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html