Re: [OpenWrt-Devel] [OT] Anyone interested in donating Broadcom development?

2014-07-27 Thread Alex Henrie
2014-07-27 15:07 GMT-06:00 Rafał Miłecki : > Anyone interested in helping a bit? I've PayPal account (registered > with this e-mail) or I can link items I need to order + shipping > address if you prefer. What specific items are you looking for? (Send me some model numbers.) -Alex ___

Re: [OpenWrt-Devel] [OT] Anyone interested in donating Broadcom development?

2014-07-27 Thread John Crispin
On 27/07/2014 23:07, Rafał Miłecki wrote: > Note: this is *not* anyhow officially related to the OpenWrt! This > is my private request, I use OpenWrt ML just to reach ppl > interested in this topic. Also I can't guarantee my development > will success and can't guarantee any progress in any reaso

[OpenWrt-Devel] Hyper-V Support for X86 or X86_64

2014-07-27 Thread Ning Ye
Hi All, Hyper-V support for X86 or X86_64 were noticeably missing. There is a previous patch for Kernel 3.3 but never maintained or merged into trunk. Here's my take on adding the Hyper-V support for the current kernel. No new sub targets or profiles are created, as long as the target is x8

[OpenWrt-Devel] [OT] Anyone interested in donating Broadcom development?

2014-07-27 Thread Rafał Miłecki
Hey, I recently improved b43 a bit, fixed something about 0x2056 radio, added support for BCM43228 (and BCM43227), BCM43217 (and BCM43131), added support for 5 GHz. It brings us closer to WiFi support in SoCs like BCM5357*. I'm looking at improving BCM4331 support and adding some ***basic*** 802.

[OpenWrt-Devel] Oops while shutting down WAN

2014-07-27 Thread Weedy
Something I discovered while dealing with the WAN bouncing problem. If you ifdown while pppd is setting up it pukes. Sat Jul 26 02:41:52 2014 kern.info kernel: [ 23.08] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready Sat Jul 26 02:41:53 2014 kern.info kernel: [ 23.11] device wlan0

[OpenWrt-Devel] WAN bouncing at boot

2014-07-27 Thread Weedy
Is there anything I can do to stop this? It started sometime in the last 6months of trunk. Right after this and couple minutes after boot my healing script fires and detects that WAN is broken and calls ifdown; sleep; ifup at which point I get an IP and keep it. But why it the WAN goinig up and dow

[OpenWrt-Devel] how to

2014-07-27 Thread Flavio Leonel
How should I proceed to the 802.11r work on ath9k on openwrt? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] [libubox] uloop: fixbug, 'end' is the keyword of Lua, use 'cancel' replace it.

2014-07-27 Thread Felix Fietkau
On 2014-07-27 11:21, xf...@credosemi.com wrote: > Signed-off-by: Xiongfei Guo Applied, thanks. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] [libubox] uloop: fixbug, 'end' is the keyword of Lua, use 'cancel' replace it.

2014-07-27 Thread xfguo
Signed-off-by: Xiongfei Guo --- lua/uloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/uloop.c b/lua/uloop.c index 4abc4c3..2a0a516 100644 --- a/lua/uloop.c +++ b/lua/uloop.c @@ -369,7 +369,7 @@ static luaL_reg uloop_func[] = { {"timer", ul_timer}, {"p