Re: MODULES_OVERRIDE magic needed

2008-03-31 Thread Danny Braniss
> The following works fine here note its MODULE'S' not MODULE > > makeoptions MODULES_OVERRIDE="linux linprocfs acpi nfsclient nfsserver nullfs > accf_http" > > Regards > Steve > > hi, > > I'm trying to compile only a few kernel modules, but > > using MODULES_OVERRIDE I can only select

Re: MODULES_OVERRIDE magic needed

2008-03-31 Thread Steven Hartland
nday, March 31, 2008 3:11 PM Subject: MODULES_OVERRIDE magic needed hi, I'm trying to compile only a few kernel modules, but using MODULES_OVERRIDE I can only select one module. MODULE_OVERRIDE="unionfs" or MODULE_OVERRIDE="if_sis" is ok, but MODULE_OVERRIDE="if_si

Re: MODULES_OVERRIDE magic needed

2008-03-31 Thread Rong-en Fan
On Mon, Mar 31, 2008 at 10:11 PM, Danny Braniss <[EMAIL PROTECTED]> wrote: > hi, > I'm trying to compile only a few kernel modules, but > using MODULES_OVERRIDE I can only select one module. > MODULE_OVERRIDE="unionfs" > or > MODULE_OVERRIDE="if_sis" > is ok, but > MODUL

Re: MODULES_OVERRIDE magic needed

2008-03-31 Thread Stefan Lambrev
Greetings, Danny Braniss wrote: hi, I'm trying to compile only a few kernel modules, but using MODULES_OVERRIDE I can only select one module. MODULE_OVERRIDE="unionfs" or MODULE_OVERRIDE="if_sis" is ok, but MODULE_OVERRIDE="if_sis unionfs" failes with either if_si

MODULES_OVERRIDE magic needed

2008-03-31 Thread Danny Braniss
hi, I'm trying to compile only a few kernel modules, but using MODULES_OVERRIDE I can only select one module. MODULE_OVERRIDE="unionfs" or MODULE_OVERRIDE="if_sis" is ok, but MODULE_OVERRIDE="if_sis unionfs" failes with either if_sis: not found if it's defined in src