[OpenWrt-Devel] Sysupgrade failure (unable to kill all processes).

2018-06-01 Thread A. Benz 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 --- Hi, Device: ZBT WG3526 (MT7621)

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

2018-06-01 Thread Achim Gottinger
Am 01.06.2018 um 09:32 schrieb Achim Gottinger: Am 01.06.2018 um 08:30 schrieb 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.o

Re: [OpenWrt-Devel] [PATCH 3/3] mpc85xx: update crypto-hw-caam

2018-06-01 Thread Achim Gottinger
Added previous removed crypto-hw-caam module with support for kernel version 4.9 and 4.14. Signed-off-by: Achim Gottinger --- package/kernel/linux/modules/crypto.mk | 28 1 file changed, 28 insertions(+) diff --git a/package/kernel/linux/modules/crypto.mk b/packag

Re: [OpenWrt-Devel] [PATCH 1/3] mpc85xx: kernel 4.14

2018-06-01 Thread Achim Gottinger
Added kernel version 4.14 to mpc85xx. Rebased all patches Added new kernel options with default values. Caam support is not enabled in the kernel. Signed-off-by: Achim Gottinger --- target/linux/mpc85xx/Makefile | 2 +- target/linux/mpc85xx/config-4.14 |

Re: [OpenWrt-Devel] [PATCH 1/3] mpc85xx: revert enabling the crypto acceleration driver in the kernel

2018-06-01 Thread Achim Gottinger
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 an patch which

Re: [OpenWrt-Devel] [PATCH] config: extend small_flash feature

2018-06-01 Thread Alex Maclean
On 01/06/18 12:34, Lucian Cristian wrote: > On 30.05.2018 20:22, Martin Tippmann wrote: >> find /usr | >> xargs md5sum > > I made the test on tl-wr841n-v9 with luci selected > > these are the changes to squashfs > > --- a/config/Config-images.in > +++ b/config/Config-images.in > @@ -149,8 +149,15

[OpenWrt-Devel] [PATCH] brcm2708: Update brcm2708-gpu-fw package

2018-06-01 Thread Christo Nedev
Problem - rapsberry pi 3 b/b+ does not boot with bcm2710 images! How Raspberry Pi boots Actualy? When Raspberry is switched on GPU is activated. 1. GPU execute First stage bootloader from ROM. First stage bootloader mount the FAT boot partition on the SD card and execute second stage bootloader (

[OpenWrt-Devel] [PATCH 01/14] brcm2708: Update brcm2708-gpu-fw package

2018-06-01 Thread Christo Nedev
Fix brcm2710 image boot issues. Signed-off-by: Christo Nedev --- package/kernel/brcm2708-gpu-fw/Makefile | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package/kernel/brcm2708-gpu-fw/Makefile b/package/kernel/brcm2708-gpu-fw/Makefile index 9f3d7d3092..73aebd7

Re: [OpenWrt-Devel] [PATCH] ramips: Fix pcie interrupt mapping for ZBT WE1326

2018-06-01 Thread Kristian Evensen
Hi, On Tue, May 29, 2018 at 9:21 PM, Kristian Evensen wrote: > + interrupt-map = <0x1 0 0 1 &gic GIC_SHARED 24 > IRQ_TYPE_LEVEL_HIGH>, > + <0x2 0 0 1 &gic GIC_SHARED 25 > IRQ_TYPE_LEVEL_HIGH>; > + Now that the offending commit has been reverted, this patch c

Re: [OpenWrt-Devel] [PATCH] config: extend small_flash feature

2018-06-01 Thread Lucian Cristian
On 30.05.2018 20:22, Martin Tippmann wrote: find /usr | xargs md5sum I made the test on tl-wr841n-v9 with luci selected these are the changes to squashfs --- a/config/Config-images.in +++ b/config/Config-images.in @@ -149,8 +149,15 @@ menu "Target Images"     int "Block si

Re: [OpenWrt-Devel] [hostapd] AP+STA mode support in Upstream Hostapd

2018-06-01 Thread Sathishkumar Muruganandam
On 2018-05-30 15:49, Daniel Golle wrote: On Wed, May 30, 2018 at 03:19:52PM +0530, Sathishkumar Muruganandam wrote: On 2018-05-30 11:44, John Crispin wrote: > > ... > Hi, > > the original commit was > > commit 35cdc5d722883cac8b524ea803ee7eedca844087 > Author: Felix Fietkau > Date:   Sat Oct 23

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

2018-06-01 Thread David Woodhouse
On Fri, 2018-06-01 at 03:36 +0300, Sergey Ryazanov wrote: > 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

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

2018-06-01 Thread Achim Gottinger
Am 01.06.2018 um 08:30 schrieb 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=c00e5a4f09115e

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

2018-06-01 Thread Michael Gray
On Fri, Jun 1, 2018 at 4:37 PM, John Crispin wrote: > > > > 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 ot