Re: [OpenWrt-Devel] [PATCH 3/6] kernel: allow parallel build of image and modules

2011-08-30 Thread Eugene San
I didn't test your approach. Also your approach would force parallel build everywhere, even at possibly undesired places. My approach just extends existing mechanism. On Tue, Aug 30, 2011 at 11:13, Florian Fainelli wrote: > Hello, > > On Monday 29 August 2011 22:11:52 eugene...@gmail.com wrote:

Re: [OpenWrt-Devel] [PATCH 3/6] kernel: allow parallel build of image and modules

2011-08-30 Thread Florian Fainelli
Hello, On Monday 29 August 2011 22:11:52 eugene...@gmail.com wrote: > From: "Eugene San (eugenesan)" > > > Signed-off-by: Eugene San (eugenesan) > --- > Config.in | 13 + > include/kernel-defaults.mk |6 -- > 2 files changed, 17 insertions(+), 2 deletion

[OpenWrt-Devel] [PATCH 3/6] kernel: allow parallel build of image and modules

2011-08-29 Thread eugenesan
From: "Eugene San (eugenesan)" Signed-off-by: Eugene San (eugenesan) --- Config.in | 13 + include/kernel-defaults.mk |6 -- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Config.in b/Config.in index f36221c..f4dbf80 100644 --- a/Config.i