Re: [OpenWrt-Devel] [PATCH] Unable to find kernel module scx200_wdt.ko x86 target

2008-03-27 Thread Florian Fainelli
Hi Roberto, Le jeudi 27 mars 2008, Roberto Riggio a écrit : > Would it be possible to merge this patch in the svn since otherwise > it is not possible to build openwrt for x86. Applied in [10672]. Thanks ! -- Best regards, Florian Fainelli Email : [EMAIL PROTECTED] http://openwrt.org ---

Re: [OpenWrt-Devel] [PATCH] Unable to find kernel module scx200_wdt.ko x86 target

2008-03-27 Thread Roberto Riggio
Would it be possible to merge this patch in the svn since otherwise it is not possible to build openwrt for x86. Bye R. - "Roberto Riggio" <[EMAIL PROTECTED]> wrote: > I apologize for the mess. I just wanted to send a patch compliant > with > your guidelines (the previous one was embedded in

[OpenWrt-Devel] [PATCH] Unable to find kernel module scx200_wdt.ko x86 target

2008-03-20 Thread Roberto Riggio
I apologize for the mess. I just wanted to send a patch compliant with your guidelines (the previous one was embedded in a reply). Signed-off-by: Roberto Riggio <[EMAIL PROTECTED]> -- Index: package/kernel/modules/other.mk === --- p

Re: [OpenWrt-Devel] [PATCH] Unable to find kernel module scx200_wdt.ko x86 target

2008-03-20 Thread Robert P. J. Day
On Thu, 20 Mar 2008, Roberto Riggio wrote: > > Signed-off-by: Roberto Riggio <[EMAIL PROTECTED]> > > -- > Index: package/kernel/modules/other.mk > === > --- package/kernel/modules/other.mk (revisione 10602) > +++ package/kernel/module

[OpenWrt-Devel] [PATCH] Unable to find kernel module scx200_wdt.ko x86 target

2008-03-20 Thread Roberto Riggio
Signed-off-by: Roberto Riggio <[EMAIL PROTECTED]> -- Index: package/kernel/modules/other.mk === --- package/kernel/modules/other.mk (revisione 10602) +++ package/kernel/modules/other.mk (copia locale) @@ -419,7 +419,7 @@ TITLE:=N

Re: [OpenWrt-Devel] [PATCH] Unable to find kernel module scx200_wdt.ko x86 target

2008-03-14 Thread Robert P. J. Day
On Fri, 14 Mar 2008, Roberto Riggio wrote: > > i'm confused ... doesn't that makefile already take the watchdog path > > change into account with the following: > > Ok, I didn't known of the $(WATCHDOG_DIR) because it was not used for > that module. > > > so don't hardcode that change, use $(WAT

Re: [OpenWrt-Devel] [PATCH] Unable to find kernel module scx200_wdt.ko x86 target

2008-03-14 Thread Roberto Riggio
> i'm confused ... doesn't that makefile already take the watchdog path > change into account with the following: Ok, I didn't known of the $(WATCHDOG_DIR) because it was not used for that module. > so don't hardcode that change, use $(WATCHDOG_DIR) instead, no? Ok, so the real patch would be

Re: [OpenWrt-Devel] [PATCH] Unable to find kernel module scx200_wdt.ko x86 target

2008-03-14 Thread Robert P. J. Day
On Fri, 14 Mar 2008, Roberto Riggio wrote: > Signed-off-by: Roberto Riggio <[EMAIL PROTECTED]> > > -- > Index: package/kernel/modules/other.mk > === > --- package/kernel/modules/other.mk (revisione 10602) > +++ package/kernel/module

[OpenWrt-Devel] [PATCH] Unable to find kernel module scx200_wdt.ko x86 target

2008-03-14 Thread Roberto Riggio
Signed-off-by: Roberto Riggio <[EMAIL PROTECTED]> -- Index: package/kernel/modules/other.mk === --- package/kernel/modules/other.mk (revisione 10602) +++ package/kernel/modules/other.mk (copia locale) @@ -419,7 +419,7 @@