Re: [OpenWrt-Devel] [PATCH] add missing lsm script to shorewall-lite package

2011-02-20 Thread Florian Fainelli
On Saturday 01 January 2011 18:33:36 Brian J. Murrell wrote: > Per http://article.gmane.org/gmane.comp.embedded.openwrt.devel/7339 > please find attached the referenced missing lsm_script. > > Signed-off-by: Brian J. Murrell interlinx.bc.ca> Applied in r25613, thanks! -- Florian

Re: [OpenWrt-Devel] [PATCH] lsof: cross-build properly

2011-02-20 Thread Florian Fainelli
On Wednesday 27 October 2010 21:24:21 Mark Mentovai wrote: > I found that the lsof build was using the build host's ar and ranlib > instead of the target's. That's tolerable when the build host is > Linux/ELF. It's not so great when building on Mac OS X. > > I also found that lsof was reporting th

Re: [OpenWrt-Devel] [PATCH] Import patches from git://git.kraxel.org/input to make input-utils work with newer kernels. Update package version.

2011-02-20 Thread Florian Fainelli
On Friday 04 February 2011 14:20:54 Jochen Friedrich wrote: > Signed-off-by: Jochen Friedrich > --- Applied in r25615, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-d

Re: [OpenWrt-Devel] [PATCH] fix switch-robo device reference counting

2011-02-20 Thread Florian Fainelli
On Saturday 05 February 2011 16:14:52 George Kashperko wrote: > From: George Kashperko > > Fix incorrect device reference counting by switch-robo. > Signed-off-by: George Kashperko > --- Applied in r25619, thanks! -- Florian ___ openwrt-devel mailing

Re: [OpenWrt-Devel] [PATCH] Adding orion watchdog kernelmodule

2011-02-20 Thread Florian Fainelli
On Saturday 11 December 2010 02:12:03 Michael Kämmerer wrote: > This patch adds kernelmodule for watchdog timer on platform orion. > > > Signed-off-by: Michael Kämmerer > -- Applied in r25620, thanks! -- Florian ___

Re: [OpenWrt-Devel] [PATCH] Add ACM hotplug to comgt

2011-02-20 Thread Florian Fainelli
On Friday 10 December 2010 21:16:48 Matthew Eaton wrote: > This adds in support for ttyACM devices in the 3g hotplug script. > > Signed-off-by: Matthew Eaton Applied in r25621, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openw

Re: [OpenWrt-Devel] [PATCH] [packages] libmatchbox: Use nls.mk and depend on check, fix linker errors

2011-02-20 Thread Florian Fainelli
On Friday 04 February 2011 13:44:53 Jochen Friedrich wrote: > Signed-off-by: Jochen Friedrich > --- Applied in r25623, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-d

Re: [OpenWrt-Devel] [PATCH] [packages] xorg-kdrive: Fix linker errors.

2011-02-20 Thread Florian Fainelli
On Friday 04 February 2011 15:39:01 Jochen Friedrich wrote: > Signed-off-by: Jochen Friedrich > --- Applied in r25624, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-d

[OpenWrt-Devel] [PATCH] ath9k: add field in ath9k_platform_data to check endianness of caldata

2011-02-20 Thread Luca Olivetti
ath9k doesn't check (and eventually swap) the endianness of caldata if platform_data is set. In my platform I have the caldata in flash (hence platform_data is set) but I need ath9k to swap the bytes, so I added a field to platform_data to force the check. Maybe there's a better way, but since no

[OpenWrt-Devel] [PATCH] lantiq: improve support for the arv7518pw

2011-02-20 Thread Luca Olivetti
The following patch improves the support for the arv7518pw: - it defines the gpio to activate the usb (it was in a previous patch, still unapplied) - adds support for the wifi chip (ath9k) - defines a specific profile for the arv7518 - doesn't trash the command line parameters set in uboot I c

Re: [OpenWrt-Devel] [PATCH] udhcpc: support for the routes option

2011-02-20 Thread Alexey V. Solovyev
Hello, I sent a patch 3 weeks ago. I'm new to this mailing list and I'm just curious how log could it take to accept a patch? If there is an issue with applying the patch, having a reply would be great. Thanks, Alex Alexey V. Solovyev wrote: > This patch adds support for the "routes" option (b

[OpenWrt-Devel] ath9k gsoc 2011

2011-02-20 Thread Gioacchino Mazzurco
Hey all! I have found this http://wireless.kernel.org/en/developers/GSoC/2011/ on ath9k page, i see that there isn't ideas posted, is it a good idea to fix ad-hoc + ap VAP combination on ath9k for google summer of code? ___ openwrt-devel mailing list op

[OpenWrt-Devel] [PATCH 1/1] Turn off progress on wget downloads

2011-02-20 Thread Philip Prindeville
If you're doing "make -j6 V=99 ..." then the spew from wget interferes with logging. Turn off progress. Index: scripts/download.pl === --- scripts/download.pl (revision 25635) +++ scripts/download.pl (working copy) @@ -77,7 +77,7 @

Re: [OpenWrt-Devel] [PATCH 1/1] Turn off progress on wget downloads

2011-02-20 Thread Felix Fietkau
On 2011-02-21 3:51 AM, Philip Prindeville wrote: > If you're doing "make -j6 V=99 ..." then the spew from wget interferes with > logging. > > Turn off progress. How about making -q optional. I like having the progress bar when I run manual builds with V=99. - Felix __

Re: [OpenWrt-Devel] [PATCH 1/1] Turn off progress on wget downloads

2011-02-20 Thread Philip Prindeville
On 2/20/11 7:01 PM, Felix Fietkau wrote: On 2011-02-21 3:51 AM, Philip Prindeville wrote: If you're doing "make -j6 V=99 ..." then the spew from wget interferes with logging. Turn off progress. How about making -q optional. I like having the progress bar when I run manual builds with V=99. -

Re: [OpenWrt-Devel] [PATCH 1/1] Turn off progress on wget downloads

2011-02-20 Thread Felix Fietkau
On 2011-02-21 4:02 AM, Philip Prindeville wrote: > On 2/20/11 7:01 PM, Felix Fietkau wrote: >> On 2011-02-21 3:51 AM, Philip Prindeville wrote: >>> If you're doing "make -j6 V=99 ..." then the spew from wget interferes with >>> logging. >>> >>> Turn off progress. >> How about making -q optional. I