Re: [Linux-zigbee-devel] [PATCH] 6lowpan: Allow 6LoWPAN to be modular

2014-08-23 Thread Geert Uytterhoeven
Hi Marcel, On Thu, Aug 7, 2014 at 6:00 PM, Marcel Holtmann wrote: >> Change config symbol 6LOWPAN from type bool to type tristate, so >> 6LoWPAN can be built modular, just like IPV6 >> >> Signed-off-by: Geert Uytterhoeven >> --- >> net/6lowpan/Kconfig | 2 +- >> 1 file changed, 1 insertion(+), 1

[Linux-zigbee-devel] [PATCH] 6lowpan: Allow 6LoWPAN to be modular

2014-08-23 Thread Geert Uytterhoeven
Change config symbol 6LOWPAN from type bool to type tristate, so 6LoWPAN can be built modular, just like IPV6 Signed-off-by: Geert Uytterhoeven --- net/6lowpan/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/6lowpan/Kconfig b/net/6lowpan/Kconfig index 028a5c6d1f61

Re: [Linux-zigbee-devel] [PATCH] 6lowpan: Allow 6LoWPAN to be modular

2014-08-07 Thread David Miller
From: Geert Uytterhoeven Date: Thu, 7 Aug 2014 17:06:43 +0200 > Change config symbol 6LOWPAN from type bool to type tristate, so > 6LoWPAN can be built modular, just like IPV6 > > Signed-off-by: Geert Uytterhoeven Applied, thanks. -

Re: [Linux-zigbee-devel] [PATCH] 6lowpan: Allow 6LoWPAN to be modular

2014-08-07 Thread Alexander Aring
On Thu, Aug 07, 2014 at 05:06:43PM +0200, Geert Uytterhoeven wrote: > Change config symbol 6LOWPAN from type bool to type tristate, so > 6LoWPAN can be built modular, just like IPV6 > Acked-by: Alexander Aring -- Infrag

Re: [Linux-zigbee-devel] [PATCH] 6lowpan: Allow 6LoWPAN to be modular

2014-08-07 Thread Marcel Holtmann
Hi Geert, >>> Change config symbol 6LOWPAN from type bool to type tristate, so >>> 6LoWPAN can be built modular, just like IPV6 >>> >>> Signed-off-by: Geert Uytterhoeven >>> --- >>> net/6lowpan/Kconfig | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>> diff --git a/net/6lowpan/Kco

Re: [Linux-zigbee-devel] [PATCH] 6lowpan: Allow 6LoWPAN to be modular

2014-08-07 Thread Marcel Holtmann
Hi Geert, > Change config symbol 6LOWPAN from type bool to type tristate, so > 6LoWPAN can be built modular, just like IPV6 > > Signed-off-by: Geert Uytterhoeven > --- > net/6lowpan/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/net/6lowpan/Kconfig b/net/6lowpan