[OpenWrt-Devel] RSSI LEDs

2011-12-18 Thread Daniel Golle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Various devices got signal strength indicator LEDs connected to the SoCs GPIO PINs. Obviously it's easy to control them with a polling process using libiwinfo, but that's far from a perfect solution (it's ugly, it's an additional process, it's far

Re: [OpenWrt-Devel] PATCH: Buffalo WZR-HP-G300NH2 support

2011-12-18 Thread Mark Deneen
On Mon, Dec 19, 2011 at 12:25 AM, Mark Deneen wrote: > On Sun, Dec 18, 2011 at 5:20 PM, Felix Fietkau wrote: >> Applied the patch with my modifications in r29567 >> >> - Felix > > Will this be built along with the other nightly builds? > > -M I also looked at r29567 and it looks like the wmac gp

Re: [OpenWrt-Devel] PATCH: Buffalo WZR-HP-G300NH2 support

2011-12-18 Thread Mark Deneen
On Sun, Dec 18, 2011 at 5:20 PM, Felix Fietkau wrote: > Applied the patch with my modifications in r29567 > > - Felix Will this be built along with the other nightly builds? -M ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://list

Re: [OpenWrt-Devel] PATCH: Buffalo WZR-HP-G300NH2 support

2011-12-18 Thread Ben Pfountz
Great! My thanks to those who worked this up... Ben On 12/18/2011 5:20 PM, Felix Fietkau wrote: On 2011-12-18 3:16 PM, Mark Deneen wrote: Ah, I see. The code is using the green router LED. I think I'll change it to use the diag LED instead. By the way, your patch seems to set the wmac gpio to

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix WNDR3x00 factory image generation

2011-12-18 Thread Olipro
On Tuesday 06 Dec 2011 17:29:30 Mark Mentovai wrote: > Factory images for WNDR3700v2 and WNDR3800 should contain these model IDs > for the device: field in their DNI tags, not WNDR3700. > > This regressed in r29434, which redid WNDR3x00 model detection. The sixth > parameter to Image/Build/Netgear

Re: [OpenWrt-Devel] PATCH: Buffalo WZR-HP-G300NH2 support

2011-12-18 Thread Felix Fietkau
On 2011-12-18 3:16 PM, Mark Deneen wrote: 3. While the LEDs function, they are registered after the ath9k.ko module is loaded. Because of this, the blinking preinit LED doesn't show up, since the module is loaded after preinit starts. >>> Shouldn't the red diag LED be the blinking p

[OpenWrt-Devel] [PACKAGE] ISC DHCP suite v4.3.1-P1

2011-12-18 Thread Olipro
I have created a package for the latest available ISC suite since the ISC dhcp6 package in OpenWRT is really so old that it's unfit for purpose and the KAME DHCPv6 suite is also rather long in the tooth and lacking in the more complex features one might desire. As far as testing goes, it has su

Re: [OpenWrt-Devel] PATCH: Buffalo WZR-HP-G300NH2 support

2011-12-18 Thread Mark Deneen
On Sat, Dec 17, 2011 at 11:50 AM, Felix Fietkau wrote: > On 2011-12-17 4:59 PM, Felix Fietkau wrote: >> On 2011-12-15 8:58 PM, Mark Deneen wrote: >>> The following patch applies cleanly to r29537 and adds support for the >>> Buffalo WZR-HP-G300NH2.  It's still missing a few things, though. >>> >>>

[OpenWrt-Devel] OpenWRT on Stack Overflow

2011-12-18 Thread Maarten Bezemer
Hello, I was browsing Stack Overflow[1] (Q&A site for various topics) and I noticed that Stack Exchange (site to create new Stack Overflow sites) had a proposal for an OpenWRT Stack OVerflow site[2]. So, if you are interested, please take a look. Greetings, Maarten 1: http://stackoverflow.c

[OpenWrt-Devel] [PATCH] broadcom-wl wl_ioctl cleanup

2011-12-18 Thread Nathan Hintz
Initialize remaining "ioc" fields, and fix logic so socket "close" call is actually executed (based on wl_ioctl from trunk broadcom-wl driver). Signed-off-by: Nathan Hintz Index: backfire/package/broadcom-wl/src/wlc/ioctl.c === ---

[OpenWrt-Devel] [PATCH] broadcom-wl compiler warning cleanup

2011-12-18 Thread Nathan Hintz
Signed-off-by: Nathan Hintz Index: backfire/package/broadcom-wl/src/wlc/wlc.c === --- backfire/package/broadcom-wl/src/wlc/wlc.c (revision 29492) +++ backfire/package/broadcom-wl/src/wlc/wlc.c (working copy) @@ -499,8 +499,8 @@