Re: [PATCH v4 net-next 1/7] ipv6: Fix Makefile conditional to use CONFIG_INET

2016-10-20 Thread David Miller
From: Tom Herbert Date: Wed, 19 Oct 2016 20:16:01 -0700 > Please don't apply this. It's like whack-a-mole trying to resolve all > the dependencies. I'll resubmit the series without this. Ok.

Re: [PATCH v4 net-next 1/7] ipv6: Fix Makefile conditional to use CONFIG_INET

2016-10-19 Thread Tom Herbert
Dave, Please don't apply this. It's like whack-a-mole trying to resolve all the dependencies. I'll resubmit the series without this. Tom On Wed, Oct 19, 2016 at 4:03 PM, Tom Herbert wrote: > ipv6 directory was being built based on CONFIG_NET not CONFIG_INET. > > Signed-off-by: Tom Herbert > --

[PATCH v4 net-next 1/7] ipv6: Fix Makefile conditional to use CONFIG_INET

2016-10-19 Thread Tom Herbert
ipv6 directory was being built based on CONFIG_NET not CONFIG_INET. Signed-off-by: Tom Herbert --- drivers/net/usb/cdc_mbim.c | 4 include/net/ipv6.h | 15 +++ include/net/net_namespace.h | 2 ++ net/Makefile| 2 +- 4 files changed, 22 insertions(+),