Re: [OpenWrt-Devel] [PATCH v2] mvebu: fix broken console on WRT32X (venom)

2018-05-31 Thread John Crispin
On 29/05/18 11:43, michael.g...@lantisproject.com wrote: From: Michael Gray The console bootarg is being corrupted on boot, causing various issues including broken sysupgrade. Utilising the bootargs mangle patch from other targets, hardcode the console arguments and fetch the rootfs from the

Re: [OpenWrt-Devel] [PATCH] brcm2708: Add support for CYW43455

2018-05-31 Thread John Crispin
On 28/05/18 00:23, Christo Nedev wrote: New package brcmfmac-firmware-43455-sdio. Content: brcmfmac43455-sdio.bin brcmfmac43455-sdio.clm_blob brcmfmac43455-sdio.txt Source: https://github.com/RPi-Distro/firmware-nonfree.git Bit newer from CYPRESS here: https://community.cypress.com/servlet/J

Re: [OpenWrt-Devel] [PATCH] mpc85xx: revert enabling the crypto acceleration driver in the kernel config instead of packaging it

2018-05-31 Thread John Crispin
On 01/06/18 02:04, Achim Gottinger wrote: Am 31.05.2018 um 20:12 schrieb Achim Gottinger: Am 31.05.2018 um 19:12 schrieb Achim Gottinger: Hello List, Since the commit https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c00e5a4f09115ec976fac7dc380f576ef6a24fab strongswan is broken

Re: [OpenWrt-Devel] [PATCH] ramips: Fix WiFi after 5f7396ebef09b224edf08b0bda113613a42f0928

2018-05-31 Thread Rosen Penev
On Thu, May 31, 2018 at 10:02 PM, Felix Fietkau wrote: > On 2018-05-29 20:03, Rosen Penev wrote: >> That commit exposed a bug in the DTS files used by mt7621 where the wrong >> reg value for pcie1 (and potentially pcie2) was being used. This was >> causing WiFi failures for interfaces in pcie1. >>

Re: [OpenWrt-Devel] [PATCH] ramips: Fix WiFi after 5f7396ebef09b224edf08b0bda113613a42f0928

2018-05-31 Thread Felix Fietkau
On 2018-05-29 20:03, Rosen Penev wrote: > That commit exposed a bug in the DTS files used by mt7621 where the wrong > reg value for pcie1 (and potentially pcie2) was being used. This was > causing WiFi failures for interfaces in pcie1. > > eg. 2.4GHz working but not 5GHz. > > As all of these dts

[OpenWrt-Devel] [RFC 2/3] ath25: factor out Fonera 2.0g kernel options

2018-05-31 Thread Sergey Ryazanov
Disable SoCs and PCI options in the common ath25 kernel config and enable required options on per-subtarget basis. E.g. generic config activates all SoCs but keeps PCI support disabled, and fon2202 config activates only AR2315 but with the PCI support. Signed-off-by: Sergey Ryazanov --- target/l

[OpenWrt-Devel] [RFC 1/3] ath25: factor out Fonera 2.0g to subtarget

2018-05-31 Thread Sergey Ryazanov
Add subtargets to the ath25 target. One is for generic firmware images (including Ubnt), and another one is for Fonera 2.0g (FON2202) firmware buid. Subtargets now are mostly identical due to identical configs. This just a preparation for moving some uniq Fonera features (e.g. PCI & USB support) t

[OpenWrt-Devel] [RFC 3/3] ath25: fon2202: add packages for USB support

2018-05-31 Thread Sergey Ryazanov
Add required packages for USB support to DEFAULT_PACKAGES of Fonera 2.0g subtarget. Signed-off-by: Sergey Ryazanov --- target/linux/ath25/fon2202/target.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/linux/ath25/fon2202/target.mk b/target/linux/ath25/fon2202/target.mk index 0c

[OpenWrt-Devel] [RFC 0/3] ath25: move Fonera 2.0g to subtarget

2018-05-31 Thread Sergey Ryazanov
This series adds a new ath25 subtarget for the Fonera 2.0g (FON2202) router. This router is unique since it have a USB port and uses PCI controller of AR2315 SoC. AFAIK, there are no other AR231x based routers which at least uses SoC's PCI controller. This series have two goals: * simplify buildin

Re: [OpenWrt-Devel] [PATCH] mpc85xx: revert enabling the crypto acceleration driver in the kernel config instead of packaging it

2018-05-31 Thread Achim Gottinger
Am 31.05.2018 um 20:12 schrieb Achim Gottinger: Am 31.05.2018 um 19:12 schrieb Achim Gottinger: Hello List, Since the commit https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c00e5a4f09115ec976fac7dc380f576ef6a24fab strongswan is broken on WDR4900v1. An bug report can be seen here

[OpenWrt-Devel] [PATCH] kernel: bump to 4.9.105

2018-05-31 Thread Kevin Darbyshire-Bryant via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Refresh patches. Drop patches tha

Re: [OpenWrt-Devel] [PATCH] mpc85xx: revert enabling the crypto acceleration driver in the kernel config instead of packaging it

2018-05-31 Thread Achim Gottinger
Am 31.05.2018 um 19:12 schrieb Achim Gottinger: Hello List, Since the commit https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c00e5a4f09115ec976fac7dc380f576ef6a24fab strongswan is broken on WDR4900v1. An bug report can be seen here: https://bugs.openwrt.org/index.php?do=details&ta

[OpenWrt-Devel] [PATCH] mpc85xx: revert enabling the crypto acceleration driver in the kernel config instead of packaging it

2018-05-31 Thread Achim Gottinger
Hello List, Since the commit https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=c00e5a4f09115ec976fac7dc380f576ef6a24fab strongswan is broken on WDR4900v1. An bug report can be seen here: https://bugs.openwrt.org/index.php?do=details&task_id=1262. To get strongswan working again i made

[OpenWrt-Devel] [PATCH] mtd: mark as nonshared to fix FS#484

2018-05-31 Thread Mirko Parthey
The mtd tool is built with different configurations depending on the target. For example, brcm47xx adds the fixtrx subcommand, without which an image fails when booting the second time. Mark the mtd package as nonshared to really fix FS#484. Signed-off-by: Mirko Parthey --- package/system/mtd/M

[OpenWrt-Devel] [PATCH v2.1 4/4] ustream-ssl: openssl-1.1 compatibility

2018-05-31 Thread Eneas U de Queiroz via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- I've rewritten the patch, removing

[OpenWrt-Devel] [PATCH] iwinfo: add channel survey

2018-05-31 Thread PolynomialDivision
Add channel survey data. Signed-off-by: Nick Hainke --- include/iwinfo.h | 11 +++ iwinfo_cli.c | 31 - iwinfo_nl80211.c | 59 +++- 3 files changed, 99 insertions(+), 2 deletions(-) diff --git a/include/

[OpenWrt-Devel] [PATCH] ath10k-ct: Update driver to latest

2018-05-31 Thread Koen Vandeputte
127f98189ee5 ath10k: Fix bad return w/out unlock, compile w/out debugfs b8f48f3c138f Fix survey-dump for 4.7, 4.9 and 4.13 kernels. fa8259ad5d6d ath10k-ct: Support survey dump in 10.1 firmware. 2853e1337ecf ath10k-ct: Add 4.16 ath10k-ct driver to package. Signed-off-by: Koen Vandeputte CC: Ben

Re: [OpenWrt-Devel] Build failure ath10k-CT without mac80211 debug

2018-05-31 Thread Koen Vandeputte
On 2018-05-30 17:30, Koen Vandeputte wrote: On 2018-05-30 17:12, Ben Greear wrote: I have fixed this in ath10k-ct repo, thanks for the bug report. In case you are able to update OpenWRT to use the latest ath10k-ct repo, please feel free to submit a patch.  Otherwise, I'll update OpenWRT whe