[OpenWrt-Devel] Unloadable modules generated for powerpc

2014-03-10 Thread Nils Rennebarth
Hello, We use our own kernel source (official linux 3.8.13 plus a drivers) and build openwrt for x86 and powerpc 85xx. Now the modules generated for powerpc don't load. When trying to insmod, then the kernel message (e.g.) xt_LOG: no symbol version for module_layout is issued on the console.

Re: [OpenWrt-Devel] Openwrt future release strategy? kernel strategy?

2014-03-10 Thread Pasi Kärkkäinen
On Fri, Mar 07, 2014 at 06:37:43PM +0100, Felix Fietkau wrote: > On 2014-03-07 16:40, Hannu Nyman wrote: > > So far I have not seen any response from the devs, which is a bit > > disappointing :-( > > > > In any case, I thought to add that apparently 3.12 has been named a > > "long-term kernel"

[OpenWrt-Devel] arecord intermittent behavior

2014-03-10 Thread dani
Ok, I didn't imagine better title for this curious bug, don't think this is an arecord problem, it might be a deeper problem in Openwrt. Scenario: USB sound card installed in a MIPS BE router (bcm63xx), using OHCI module, alsa-utils installed. Let's make some recordings with arecord. arecord -q

[OpenWrt-Devel] [PATCH 3/3] netifd: Set interface state in teardown state before launching an interface event

2014-03-10 Thread Hans Dedecker
Interface state needs to be set in teardown state before launching an interface event otherwise the up state will be reported as true in the ubus interface notify message Signed-off-by: Hans Dedecker --- interface.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a

[OpenWrt-Devel] [PATCH 1/3] netifd: Fix bridge MTU setting when a bridge member is added

2014-03-10 Thread Hans Dedecker
Reapply bridge mtu setting as adding a bridge member will override the bridge mtu in the kernel Signed-off-by: Hans Dedecker --- bridge.c | 13 +++-- device.c |2 +- interface.c|2 +- system-dummy.c |2 +- system-linux.c | 15 +-- system.h

[OpenWrt-Devel] [PATCH 2/3] netifd: Assign interface metric to route metric when route is created

2014-03-10 Thread Hans Dedecker
Interface metric needs to be assigned to the route metric parameter at route creation time. Otherwise if the interface metric is different from 0 route_cmp will wrongly conclude the routes are different. In this case the route will be added/deleted and could end up with the route missing in the

[OpenWrt-Devel] [PATCH] luaposix: Update source links and urls

2014-03-10 Thread Karl Palsson
From: Karl Palsson No functional change. The difference in the md5sum of the tarball is the inclusion of a .gitignore file in the github provided tarball. This change allows https://home.comcast.net/~sdwalker/uscan/index.html to more accurately track the state of this package, and includes link

Re: [OpenWrt-Devel] AP-mode drivers for BCM4360

2014-03-10 Thread Kira Backes
On Fri, Mar 7, 2014 at 11:34 AM, Rafał Miłecki wrote: > If you don't have any access to specs, it may be hard. Do you have any > plan how to develop a driver? Some kind of RE? I don’t have any specs and I don’t have prior driver developing experience :( The only thing I have are the WiFi card and

[OpenWrt-Devel] [PATCH] [lantiq] Add support for Astoria ARV7519RW.

2014-03-10 Thread José Vázquez Fernández
Add support for Astoria ARV7519RW. These patches add support for the Astoria ARV7519RW aka Livebox 2.1 The PCI and PCIe interfaces have been disabled. Also, because there are two revisions of this board with differen GPHY firmwares, two targets were defined. Signed off by: Esteban Benito Signed