Re: [OpenWrt-Devel] procd crash

2014-04-16 Thread Bastian Bittorf
* Nuno Gonçalves nuno...@gmail.com [16.04.2014 09:34]: Crash happens always after a dvb_usb_rtl28xxu stick is inserted for the 2nd time. please run procd in debug-mode (hitting key '4') during bootup bye, bastian ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] target rb532 / routerboard / PCI issues

2014-04-16 Thread Bastian Bittorf
* Roman Yeryomin leroi.li...@gmail.com [16.04.2014 09:34]: Also pci seems to be broken as neither miniPCI slots nor VIA ethernet ports are not working: can you please try to fiddle in: http://patchwork.linux-mips.org/patch/4087/ bye, bastian ___

[OpenWrt-Devel] [PATCH 1/2] uloop: Fix stack overflow bug of uloop lua binding.

2014-04-16 Thread xfguo
The static variable `state` in `lua/uloop.c` should be clean after every callback. Signed-off-by: Xiongfei(Alex) Guo xf...@credosemi.com --- lua/uloop.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lua/uloop.c b/lua/uloop.c index 51f53c2..5922e04 100644 ---

[OpenWrt-Devel] [PATCH 2/2] uloop: Added fd_add method for uloop lua binding.

2014-04-16 Thread xfguo
Use uloop.fd_add like this: local socket = require socket udp = socket.udp() uloop.fd_add( udp, -- socket function( -- callback function ufd,-- socket object when register the fd events -- uloop events. eg. uloop.ULOOP_READ . )

Re: [OpenWrt-Devel] [PATCH 09/28] Remove ATHEROS_AR231X

2014-04-16 Thread Sergey Ryazanov
2014-04-15 21:08 GMT+04:00 Paul Bolle pebo...@tiscali.nl: On Thu, 2014-02-13 at 15:14 -0500, John W. Linville wrote: On Wed, Feb 12, 2014 at 02:50:30PM +0400, Sergey Ryazanov wrote: John, can you delay the merging of this patch for a few months, I will try to prepare the necessary patches to

Re: [OpenWrt-Devel] [PATCH v2 1/7] [boot] uboot-lantiq: update to v2013.10

2014-04-16 Thread Daniel Schwierzeck
2014-04-15 0:38 GMT+02:00 Luka Perkov l...@openwrt.org: On Sun, Apr 13, 2014 at 09:43:22AM +0200, John Crispin wrote: On 27/10/2013 21:36, Daniel Schwierzeck wrote: Patches created from tree: g...@github.com:danielschwierzeck/u-boot-lantiq.git v2013.10..u-boot-lantiq-v2013.10-openwrt4

Re: [OpenWrt-Devel] target rb532 / routerboard / PCI issues

2014-04-16 Thread Roman Yeryomin
On 16 April 2014 11:17, Bastian Bittorf bitt...@bluebottle.com wrote: * Roman Yeryomin leroi.li...@gmail.com [16.04.2014 09:34]: Also pci seems to be broken as neither miniPCI slots nor VIA ethernet ports are not working: can you please try to fiddle in:

[OpenWrt-Devel] [PATCH] [ubus] lua: forward return codes from lua to ubus

2014-04-16 Thread Luka Perkov
From: Steven Barth cy...@openwrt.org Signed-off-by: Steven Barth cy...@openwrt.org Tested-by: Luka Perkov l...@openwrt.org --- lua/ubus.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lua/ubus.c b/lua/ubus.c index 0f2338c..4177d00 100644 --- a/lua/ubus.c +++

Re: [OpenWrt-Devel] [PATCH try2 1/2] packages: new package luabitop

2014-04-16 Thread Jiří Šlachta
Hello Maxim, if you have not received anything from developers about the status of your patch and if patchwork.openwrt.org does not say anything(your patch status is still New), it means that your patch has not yet been processed or it has been dropped. After you have submitted your patch, you

[OpenWrt-Devel] [PATCH] ar71xx - WNDAP360 add Wifi LED support

2014-04-16 Thread jaceq
I added WIFI LED support (so now AP blinks nicely), I removed WPS button GPIO (as it doesn't exist) and changed GPIO for reset button. Signed-off-by: Jacek Kikiewicz ja...@aol.pl --- Index: target/linux/ar71xx/files/arch/mips/ath79/mach-wndap360.c

[OpenWrt-Devel] removed function jffs2_ready() in r40402

2014-04-16 Thread Bastian Bittorf
till r40402 we where probing jffs2_ready() before writing to disc (e.g. new config-files). what is the supposed way the handle that now? bye, bastian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] [ar71xx] - WNDAP360 add Wifi LED support

2014-04-16 Thread jaceq
From: Jacek Kikiewicz ja...@aol.pl Re-sending as previous did not get where it should. I added WIFI LED support (so now AP blinks nicely), I removed WPS button GPIO (as it doesn't exist) and changed GPIO for reset button. Signed-off-by: Jacek Kikiewicz ja...@aol.pl --- Index:

[OpenWrt-Devel] busybox: problem with utf8 filenames

2014-04-16 Thread Martin Strbačka
Hello, may I ask why haven't you applied the patch from this ticket https://dev.openwrt.org/ticket/7993? At least it works and fixes quite annoying bug. Thanks, Martin Strbacka ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] procd crash

2014-04-16 Thread Nuno Gonçalves
On Wed, Apr 16, 2014 at 9:14 AM, Bastian Bittorf bitt...@bluebottle.com wrote: * Nuno Gonçalves nuno...@gmail.com [16.04.2014 09:34]: Crash happens always after a dvb_usb_rtl28xxu stick is inserted for the 2nd time. please run procd in debug-mode (hitting key '4') during bootup Any way to do

[OpenWrt-Devel] [PATCH 1/2] base-files: removes wps button handler

2014-04-16 Thread Nuno Gonçalves
From da9a0330dd7ac4134c4c029d4aee63bb00021fde Mon Sep 17 00:00:00 2001 From: Nuno Goncalves nuno...@gmail.com Date: Wed, 16 Apr 2014 16:19:37 +0100 Subject: [PATCH 1/2] base-files: removes wps button handler Handler is broken and depends on hostapd-utils. Working handler is already included on

[OpenWrt-Devel] [PATCH 2/2] base-files: removes logging on sysfixtime

2014-04-16 Thread Nuno Gonçalves
From 148ed4c68351f1acbee1932df233ea3931e0d810 Mon Sep 17 00:00:00 2001 From: Nuno Goncalves nuno...@gmail.com Date: Wed, 16 Apr 2014 16:34:43 +0100 Subject: [PATCH 2/2] base-files: removes logging on sysfixtime Since logd haven't started at this point, logging does not work. Signed-off-by: Nuno

Re: [OpenWrt-Devel] Add kernel modules for AFS client

2014-04-16 Thread Zoltan HERPAI
Hi, nwf wrote: Salutations, list. This patch adds configuration knobs for the in-kernel kAFS client and its dependencies. We have an AFS cell used for shared configuration files and nightly snapshots of local state, and having our OpenWRT devices be able to play along would be fantastic.

[OpenWrt-Devel] Making sense of OpenWRT / Linksys WRT1900AC collaboration claims

2014-04-16 Thread Andrew Johnson
Hello, Now that this router is available at retailers [4] and we're seeing all kinds of reviews pop up, if possible I'd like to get some clarification on the nature of the collaboration between Linksys and the OpenWRT developers on the WRT1900AC. Linksys has been making claims in their marketing