[LEDE-DEV] Crash on D-Link DIR-869-A1 (ar71xx) with ath10k / Coova-Chilli

2016-11-08 Thread James Wood
Hi, I'm trying to use Coova-Chilli on this ar71xx based device which supports both 2.5 and 5GHz respectively. I'm facing a problem in that when I start Coova-Chilli, it crashes out and either locks up the device or kills some processes due to being out of memory. This only happens when I set Coov

Re: [LEDE-DEV] Cubietruck / WiFi:brcmfmac / SDIO / firmware

2016-11-08 Thread Mathias Kresin
2016-11-08 8:54 GMT+01:00 Bastian Bittorf : > with recent trunk r2116 i cannot get WiFi working. > First it only seems the SDIO-support must be activated > CONFIG_BRCMFMAC_SDIO=y (which is not!) but even with this i see: > > root@lede:~ :) dmesg | grep -i brcm > [ 11.319793] brcmfmac mmc1:0001:1:

Re: [LEDE-DEV] Cubietruck / WiFi:brcmfmac / SDIO / firmware

2016-11-08 Thread Bastian Bittorf
* Mathias Kresin [08.11.2016 10:44]: > 2016-11-08 8:54 GMT+01:00 Bastian Bittorf : > > with recent trunk r2116 i cannot get WiFi working. > > First it only seems the SDIO-support must be activated > > CONFIG_BRCMFMAC_SDIO=y (which is not!) but even with this i see: > > > > root@lede:~ :) dmesg | g

Re: [LEDE-DEV] [PATCH] net-snmp: add package snmp-mibs

2016-11-08 Thread John Crispin
Hi, please submit patches to the packages feed via a github PR John On 07/11/2016 22:07, Sven Roederer wrote: > this installs the default MIBS-files under /usr/share/snmp/mibs > > Signed-off-by: Sven Roederer > --- > net/net-snmp/Makefile | 23 --- > 1 file changed

Re: [LEDE-DEV] Crash on D-Link DIR-869-A1 (ar71xx) with ath10k / Coova-Chilli

2016-11-08 Thread John Crispin
can you retry with KALLSYMS enabled such that the stack trace is a little more descriptive please John On 08/11/2016 10:33, James Wood wrote: > Hi, > > I'm trying to use Coova-Chilli on this ar71xx based device which supports > both 2.5 and 5GHz respectively. I'm facing a problem in that

[LEDE-DEV] [PATCH] ar71xx: add support for Buffalo BHR-4GRV2

2016-11-08 Thread FUKAUMI Naoki
Signed-off-by: FUKAUMI Naoki --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 4 + .../linux/ar71xx/base-files/etc/board.d/02_network | 1 + target/linux/ar71xx/base-files/etc/diag.sh | 9 +- target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + .../lib/preinit/05_set_

[LEDE-DEV] [PATCH] mac80211: Make wlcore platform-independent

2016-11-08 Thread Alexey Brodkin
TI wl18xx and wl12xx are Wi-Fi/Bluetooth combo modules that could be found on different existing boards. But it is possible to get those modules as a separate component and use with existing boards as well as new boards equipped with either module may appear so we remove dependency on OMAP. Signe

Re: [LEDE-DEV] [PATCH] mac80211: Make wlcore platform-independent

2016-11-08 Thread Felix Fietkau
On 2016-11-08 15:46, Alexey Brodkin wrote: > TI wl18xx and wl12xx are Wi-Fi/Bluetooth combo modules > that could be found on different existing boards. > > But it is possible to get those modules as a separate > component and use with existing boards as well as > new boards equipped with either mo

[LEDE-DEV] [PATCH, usbmode] Extend StandardEject sequence to include LUN 1

2016-11-08 Thread Benjamin Berg
Also sending the eject command to LUN 1 is required for some D-Link devices. Signed-off-by: Benjamin Berg Signed-off-by: René van Weert --- switch.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/switch.c b/switch.c index b283561..587a2af 100644 --- a/switch.c +++ b/switch.c @@ -161,

[LEDE-DEV] Recently added feature in UCI - mandatory anonymous sections

2016-11-08 Thread Antonio Paunovic
Hello everyone, recently there was a change in default UCI behaviour which you can see here: http://git.openwrt.org/?p=project/uci.git;a=commit;h=df72af474075159ab79ed190d2109eb2d86709bf While change in implementation is minor, this means that there won't be anonymous sections anymore. Need may

[LEDE-DEV] [PATCH v2 2/4] lantiq: device tree bindings for dwc2 on danube

2016-11-08 Thread Ben Mulvihill
Device tree binding for dwc2 usb driver on danube. Leave old ifxhcd-danube driver as an alternative. Also adds dr_mode = "host" to eliminate warning on boot. Signed-off-by: Ben Mulvihill --- diff -uprN a/target/linux/lantiq/dts/danube.dtsi b/target/linux/lantiq/dts/danube.dtsi --- a/target/linu

[LEDE-DEV] [PATCH v2 1/4] lantiq: initialise dwc2 on danube

2016-11-08 Thread Ben Mulvihill
Initialise dwc2 usb driver on danube boards as well as ar9 and vr9. Signed-off-by: Ben Mulvihill --- diff -uprN a/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch b/target/linux/lantiq/patches-4.4/0039-MIPS-lantiq-danube-initialize-usb-on-boot.patch --- a/t

[LEDE-DEV] [PATCH v2 0/4] lantiq: dwc2 on danube

2016-11-08 Thread Ben Mulvihill
This set of four patches enables dwc2 on lantiq danube. I ended up sticking with a name for the device tree binding along the lines of the names currently used on vrx and arx. These bindings will in any case become redundant once dwc2 parameters are moved to the device tree upstream. Patches 1, 2

[LEDE-DEV] [PATCH v2 3/4] lantiq: dwc2 parameters for danube

2016-11-08 Thread Ben Mulvihill
Parameters for dwc2 on lantiq. A separate dwc2_core_params structure is defined for danube because danube fifo sizes are large enough to be autodetected. This is not the case on arx and vrx. Signed-off-by: Ben Mulvihill diff -uprN a/target/linux/lantiq/patches-4.4/0041-USB-DWC2-add-ltq-params.p

[LEDE-DEV] [PATCH v2 4/4] lantiq: use dwc2 by default on danube

2016-11-08 Thread Ben Mulvihill
Use dwc2 by default on all danube boards. Signed-off-by: Ben Mulvihill --- diff -uprN a/target/linux/lantiq/image/Makefile b/target/linux/lantiq/image/Makefile --- a/target/linux/lantiq/image/Makefile2016-10-27 19:57:52.630003053 +0200 +++ b/target/linux/lantiq/image/Makefile201