Re: [OpenWrt-Devel] ramips: mtk_soc_eth vs old ralink ethernet driver for the M2M

2015-12-19 Thread John Crispin
i'll try to test during the day. i had tested most socs but apparently 5350 still has an issue. On 19/12/2015 23:57, Christian Lamparter wrote: > Hello, > > I'm looking into a issue with M2M [0] (It's a RT5350 device). > Currently, the sole ethernet - port on this device is not > working. Instead

[OpenWrt-Devel] [PATCH] brcm63xx: add support for ZyXEL P870HNU-51b

2015-12-19 Thread Mohammed Berdai
This router is a ZyXEL VDSL2 router and its board has : chip ID: BCM6368B2, MIPS: 400MHz, Total Flash size: 16384K with 128 sectors Total Memory: 67108864 bytes (64MB) Board Id (0-15): 96368MVWG with a usb port, and wifi Broadcom bcm43222. This router requires the image to have: --signature "ZyXEL

[OpenWrt-Devel] [PATCH 3/3] ar71xx: refresh patches

2015-12-19 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- .../621-MIPS-ath79-add-support-for-QCA956x-SoC.patch | 2 +- .../patches-4.1/630-MIPS-ath79-fix-chained-irq-disable.patch | 10 +- .../patches-4.1/631-MIPS-ath79-wmac-enable-set-led-pin.patch | 2 +- .../patches-4.1/633-MIPS-ath79-add-gpio

[OpenWrt-Devel] [PATCH 2/3] ar71xx: add support for QCA956x ethernet

2015-12-19 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- ...PS-ath79-add-support-for-QCA956x-ethernet.patch | 166 + 1 file changed, 166 insertions(+) create mode 100644 target/linux/ar71xx/patches-4.1/622-MIPS-ath79-add-support-for-QCA956x-ethernet.patch diff --git a/target/linux/ar71xx/patches

[OpenWrt-Devel] [PATCH 1/3] ar71xx: update QCA956x support

2015-12-19 Thread Roman Yeryomin
- separate qca956x and tp9343 (they use different IDs) - rename qca9561->qca956x for consistency - add missing bits (device reset, gpio output select) - fix wmac setup Signed-off-by: Roman Yeryomin --- ...21-MIPS-ath79-add-support-for-QCA956x-SoC.patch | 131 ++--- ...79-add-gpio

[OpenWrt-Devel] [PATCH 2/2] kernel: add at803x fix for sgmii mode

2015-12-19 Thread Roman Yeryomin
Some (possibly broken) bootloaders incorreclty initialize at8033 phy. This patch enables sgmii autonegotiation mode. Signed-off-by: Roman Yeryomin --- .../735-net-phy-at803x-fix-at8033-sgmii-mode.patch | 96 ++ .../735-net-phy-at803x-fix-at8033-sgmii-mode.patch | 96 +

[OpenWrt-Devel] [PATCH 1/2] kernel: move at803x phy patch to generic

2015-12-19 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- ...t-phy-at803x-allow-to-configure-via-pdata.patch | 180 - ...t-phy-at803x-allow-to-configure-via-pdata.patch | 180 + ...t-phy-at803x-allow-to-configure-via-pdata.patch | 180 + ...t-phy-at803x-allow-t

Re: [OpenWrt-Devel] [PATCH 1/2] ath10k-firmware: Update QCA988X firmware to 10.2.4.70.13-2

2015-12-19 Thread Martin Blumenstingl
On Sat, Dec 12, 2015 at 3:19 PM, John Crispin wrote: > if we merge we will most likely want the newest FW. I have now tested 10.2.4.97 for a week and no crashes so far. Thus I just sent an updated patchset. ___ openwrt-devel mailing list openwrt-devel@li

[OpenWrt-Devel] [PATCHv2 1/2] ath10k-firmware: Update QCA988X firmware to 10.2.4.97-1

2015-12-19 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl --- package/firmware/ath10k-firmware/Makefile | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/package/firmware/ath10k-firmware/Makefile b/package/firmware/ath10k-firmware/Makefile index 596cf1f..882294c 100644 --- a/package/fi

[OpenWrt-Devel] [PATCHv2 2/2] ar71xx: Update preinit script for new ath10k firmware

2015-12-19 Thread Martin Blumenstingl
Signed-off-by: Martin Blumenstingl --- v2: Updated because patch #1 out of this series now uses 10.2.4.97-1 target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/base-files/lib/preinit/82_patch_ath10k b

[OpenWrt-Devel] ramips: mtk_soc_eth vs old ralink ethernet driver for the M2M

2015-12-19 Thread Christian Lamparter
Hello, I'm looking into a issue with M2M [0] (It's a RT5350 device). Currently, the sole ethernet - port on this device is not working. Instead during, I get the following messages on the serial: "Failed to connect to the switch. Use the "list" command to see which switches are available." (prob

[OpenWrt-Devel] [PATCH] base-files: allow timezone to be overriden by zonename (proper zoneinfo support)

2015-12-19 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- package/base-files/Makefile| 4 ++-- package/base-files/files/etc/init.d/system | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 1367fa9..bf32f63 100644 --- a/p

[OpenWrt-Devel] [PATCH] fstools: allow to stack another overlay on top of existing one

2015-12-19 Thread Roman Yeryomin
`mount_root ram' will pivot existing root to ram even if it was overlayfs already. Useful when playing with new configurations as it allows to preserve existing/stable configuration. Signed-off-by: Roman Yeryomin --- mount_root.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mount_root.c

[OpenWrt-Devel] [PATCH] firmware-utils: allow mkfwimage2 to use - in partition names

2015-12-19 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- tools/firmware-utils/src/mkfwimage2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/firmware-utils/src/mkfwimage2.c b/tools/firmware-utils/src/mkfwimage2.c index 993c3d4..146b2ad 100644 --- a/tools/firmware-utils/src/mkfwimage2.c +++

Re: [OpenWrt-Devel] sunxi: BananaPi reboot problem

2015-12-19 Thread Gerhard Bertelsmann
Hi Zoltan, Am 2015-12-19 20:47, schrieb Zoltan HERPAI: Hi Gerhard, On Sat, 19 Dec 2015, Gerhard Bertelsmann wrote: Hi, I have a problem with my BananaPi rebooting with actual trunk (r47935): [...] scanning bus 0 for devices... 1 USB Device(s) found scanning bus 2 for devices... 1 USB De

Re: [OpenWrt-Devel] OpenWrt-Devel] sunxi: BananaPi reboot problem

2015-12-19 Thread Zoltan HERPAI
Hi Gerhard, On Sat, 19 Dec 2015, Gerhard Bertelsmann wrote: Hi, I have a problem with my BananaPi rebooting with actual trunk (r47935): [...] scanning bus 0 for devices... 1 USB Device(s) found scanning bus 2 for devices... 1 USB Device(s) found Hit any key to stop autoboot: 0 switch to pa

[OpenWrt-Devel] OpenWrt-Devel] sunxi: BananaPi reboot problem

2015-12-19 Thread Gerhard Bertelsmann
Hi, I have a problem with my BananaPi rebooting with actual trunk (r47935): ### root@OpenWrt:/# [ 1618.564068] device eth0 left promiscuous mode [ 1618.568920] br-lan: port 1(eth0) entered disabled state [ 1618.581278] IPv6: ADDRCO

Re: [OpenWrt-Devel] [PATCH] feeds: Add option for build-time configuration of opkg repositories

2015-12-19 Thread Daniel Dickinson
On 19/12/15 06:24 AM, Felix Fietkau wrote: On 2015-12-18 05:19, open...@daniel.thecshore.com wrote: From: Daniel Dickinson It can be convenient to separate builds into base system (included in SDK), and task-oriented SDK builds (so that you limit the number of packages which you must build at

[OpenWrt-Devel] brcm63xx: Question about external IRQs

2015-12-19 Thread dani
I have no idea if external IRQs are currenlty used for any purpose in bcm63xx, buy they seem to be broken. Some GPIOs in bcm63xx are shared with those external IRQs. Usually those GPIOs in bcm63xx are wired to some buttons, but not all. Since I know the matching between external IRQs and GPIOs, I

[OpenWrt-Devel] [PATCH v5 1/1] ar71xx: Add support for AirTight Networks C-55

2015-12-19 Thread Christian Lamparter
From: Chris Blake This patch is to add support for the AirTight Networks C-55 Access Point Signed-off-by: Chris R Blake --- v4 -> v5: * rebased on top of the MR18 (and powercloud) changes. --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 6 + .../linux/ar71xx/base-files/etc/board.

Re: [OpenWrt-Devel] Ath10k mesh with OpenWRT question

2015-12-19 Thread Ben Greear
On 12/19/2015 01:26 AM, Sven Eckelmann wrote: On Friday 18 December 2015 14:14:38 Zach Sherin wrote: I'm trying to use bmx6 to mesh together some routers but keep coming up against roadblocks trying to get the wireless chipsets into IBSS mode. Do you have any suggestions or places to start? If n

Re: [OpenWrt-Devel] [PATCH 2/2] lantiq: get rid of ltq-vdsl-fw

2015-12-19 Thread John Crispin
On 19/12/2015 09:14, Andre Heider wrote: > Hi again, > > On Fri, Dec 11, 2015 at 11:50 AM, John Crispin wrote: >> had a chat with hauke. the bdiff between the A and B FW is around 64K. >> the idea would be to patch dsl_control to have a mechanism similar to >> the dsl_notify script. dsl_control

Re: [OpenWrt-Devel] [PATCH v4 2/2] ar71xx: Add support for AirTight Networks C-55

2015-12-19 Thread Felix Fietkau
On 2015-12-17 19:17, Chris Blake wrote: > This patch is to add support for the AirTight Networks C-55 Access Point > > Signed-off-by: Chris R Blake > --- > target/linux/ar71xx/base-files/etc/board.d/01_leds | 6 + > .../linux/ar71xx/base-files/etc/board.d/02_network | 1 + > target/linux/ar7

Re: [OpenWrt-Devel] [PATCH] feeds: Add option for build-time configuration of opkg repositories

2015-12-19 Thread Felix Fietkau
On 2015-12-18 05:19, open...@daniel.thecshore.com wrote: > From: Daniel Dickinson > > It can be convenient to separate builds into base system (included > in SDK), and task-oriented SDK builds (so that you limit the number > of packages which you must build at one time). For this to work > well

Re: [OpenWrt-Devel] Ath10k mesh with OpenWRT question

2015-12-19 Thread Roger Pueyo Centelles
Hi, At some point I was able to get IBSS running with an ath10k radio (QCA988X) using firmware-2.bin_999.999.0.636 [1]. I couldn't test it thoroughly, but it ran for some days in a production BMX6 mesh. I also tried Ben Greear's CT firmware, with no success. If you are starting a network from scr

Re: [OpenWrt-Devel] Ath10k mesh with OpenWRT question

2015-12-19 Thread Sven Eckelmann
On Friday 18 December 2015 14:14:38 Zach Sherin wrote: > I'm trying to use bmx6 to mesh together some routers but keep coming up > against roadblocks trying to get the wireless chipsets into IBSS mode. Do > you have any suggestions or places to start? If not, no worries. Thank you > very much for y

Re: [OpenWrt-Devel] [PATCH 2/2] lantiq: get rid of ltq-vdsl-fw

2015-12-19 Thread Andre Heider
Hi again, On Fri, Dec 11, 2015 at 11:50 AM, John Crispin wrote: > had a chat with hauke. the bdiff between the A and B FW is around 64K. > the idea would be to patch dsl_control to have a mechanism similar to > the dsl_notify script. dsl_control would call the script once before fw > loading with