[OpenWrt-Devel] MAC swap handling for QCA8337N

2016-04-22 Thread Gareth Parker
First time posting to this list I am adding support for the Comfast CF-WR650AC and have it working. However this router has a QCA8337N switch and MAC exchange needs to be enabled for it to work properly or the router hangs and reboots when trying to access anything switch related. The problem

[OpenWrt-Devel] [RFC] ramips: fix bad patch awake rt305x USB controller

2016-04-22 Thread Сергей Василюгин
Sorry, fix bad patch (ticket #22248) Signed-Off-By: Serge Vasilugin diff --git a/target/linux/ramips/patches-4.4/0069-awake-rt305x-dwc2-controller.patch b/target/linux/ramips/patches-4.4/0069-awake-rt305x-dwc2-controller.patch index 9608f6f..2ba462d 100644 ---

[OpenWrt-Devel] [PATCH] ubox: make system log support as a selectable option

2016-04-22 Thread Andrej Vlasic
Currently system log is always included as a part of ubox. Add a config option to optionally exclude system log from ubox package. Signed-off-by: Andrej Vlasic --- package/system/ubox/Makefile | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-)

[OpenWrt-Devel] [PATCH] ar71xx: modernize fast SPI flash read

2016-04-22 Thread Heiner Kallweit
OpenWRT has own support for the memory-mapped fast SPI flash read on ath79. With mainline kernel 4.6/4.7 more elegant generic support for this feature was added upstream consisting of these two commits: 556351f14e74 "spi: introduce accelerated read support for spi flash devices" 08922f644878

Re: [OpenWrt-Devel] rsync mirror of download.openwrt.org ?

2016-04-22 Thread Laurent GUERBY
Hi, Having no news we completed our mirror by using wget for 15.05.1: http://openwrt.tetaneutral.net/ For mail contact openwrt-contact AT tetaneutral DOT net : http://openwrt.tetaneutral.net/README.txt 10G+ network, dual stack IPv4+IPv6, we can add a rsync server on request. Still hoping we

[OpenWrt-Devel] Checksums of all files

2016-04-22 Thread Michal Hrusecky
Hi, I run into idea I would like some feedback on before I'll send a real patch. When people have an old router witch flash that may have some errors or root on external drive, it can happen, that some files will get damaged. And in that case it could be really useful to have checksums of all

[OpenWrt-Devel] [PATCHv2] ramips: add support for Planex MZK-EX300NP

2016-04-22 Thread YuheiOKAWA
MZK-EX300NP is MT7620A based wifi repeater. Built-in power supply. 64MiB RAM, 8MiB SPI Flash, non Wired Ethernet. Signed-off-by: YuheiOKAWA --- Changes in v2: - rebase - change an line in 02_network target/linux/ramips/base-files/etc/board.d/01_leds | 1 +

Re: [OpenWrt-Devel] How to initialize multiple phy radios

2016-04-22 Thread Christian Lamparter
Hello, On Friday, April 22, 2016 02:03:01 AM David Hutchison wrote: > I have been working on a board port and have everything working except > for the 2nd radio. This board has a QCA9531 CPU and 2 WiFi Radios: > AR9531 and a QCA9887 ( http://routerboard.com/RB952Ui-5ac2nD for more > details ). >

[OpenWrt-Devel] [PATCHv2] ramips: add support for Planex CS-QR10

2016-04-22 Thread YuheiOKAWA
CS-QR10 is MT7620A based IP Camera. the camera and sound does not work with kernel 4.4. - camera chip is sn9c291. - sound chip is wm8960. Signed-off-by: YuheiOKAWA --- target/linux/ramips/base-files/etc/board.d/01_leds | 3 +-

[OpenWrt-Devel] [PATCH] [scripts] avoid hard-coded path in sha-bang

2016-04-22 Thread Iblis Lin
Signed-off-by: Iblis Lin --- scripts/brcmImage.pl | 2 +- scripts/deptest.sh| 2 +- scripts/feeds | 2 +- scripts/mkits.sh | 2 +- scripts/pad_image | 2 +- scripts/redboot-script.pl | 2 +- scripts/remote-gdb| 2 +- 7 files

[OpenWrt-Devel] How to initialize multiple phy radios

2016-04-22 Thread David Hutchison
Hello, I have been working on a board port and have everything working except for the 2nd radio. This board has a QCA9531 CPU and 2 WiFi Radios: AR9531 and a QCA9887 ( http://routerboard.com/RB952Ui-5ac2nD for more details ). The 2.4GHz radio works great, and I have acquired the correct

Re: [OpenWrt-Devel] [PATCH 2/2] lantiq: Fix status LED on TDW89X0 after boot is completed.

2016-04-22 Thread Vittorio G (VittGam)
On 22/04/2016 08:34:41 CEST, Mathias Kresin wrote: Am 21.04.2016 um 23:43 schrieb Vittorio Gambaletta (VittGam): After recent patches, the status LED on this router would stay switched off after boot is completed. A switched off status LED often indicates a boot failure (eg. kernel panic), so

[OpenWrt-Devel] [PATCH] lantiq: fix brnImage build

2016-04-22 Thread Mathias Kresin
Use the kernel with the appended dtb as base, otherwise the kernel will panic with "no dtb found". Signed-off-by: Mathias Kresin --- target/linux/lantiq/image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/lantiq/image/Makefile

Re: [OpenWrt-Devel] [PATCH 2/2] lantiq: Fix status LED on TDW89X0 after boot is completed.

2016-04-22 Thread Mathias Kresin
Am 21.04.2016 um 23:43 schrieb Vittorio Gambaletta (VittGam): After recent patches, the status LED on this router would stay switched off after boot is completed. A switched off status LED often indicates a boot failure (eg. kernel panic), so fix this and get back to the previous behaviour.

Re: [OpenWrt-Devel] [PATCH 1/2] lantiq: Fix typo in LED diag script.

2016-04-22 Thread Mathias Kresin
Am 21.04.2016 um 23:43 schrieb Vittorio Gambaletta (VittGam): Signed-off-by: Vittorio Gambaletta Acked-by: Mathias Kresin --- --- a/target/linux/lantiq/base-files/etc/diag.sh +++ b/target/linux/lantiq/base-files/etc/diag.sh @@ -25,7 +25,7 @@