Re: [OpenWrt-Devel] RFT: ar71xx/mac80211 update

2018-08-30 Thread Sven Schönhoff
> > My Archer C7 v4 still bricks with the same error reported earlier and > > confirmed by Koen: Atheros AR8216/AR8236/AR8316: probe of > > ag71xx-mdio.0:00 failed with error -22 > > > > Hi All, > > I created a new branch in my staging tree, which is a replica of the > latest master tree, > but add

[OpenWrt-Devel] [PATCH packages] zoneinfo: add zoneinfo-all meta package installing all zones info

2018-08-30 Thread Rafał Miłecki
From: Rafał Miłecki It makes users life a bit easier by allowing them to get info for all zones by installing a single package. Signed-off-by: Rafał Miłecki --- Hi Vladimir, would you care to review/pick this e-mail submitted patch? --- utils/zoneinfo/Makefile | 19 +++ 1 file

Re: [OpenWrt-Devel] RFT: ar71xx/mac80211 update

2018-08-30 Thread Koen Vandeputte
On 2018-08-23 19:00, Sven Schönhoff wrote: curious what i missed as my archer-c7-v4 is working fine. TPLINK AC1750 device Hi, please dont top post I have no idea what you are asking. Meaning I don't understand his issue mine works fine, so I'm curious as to what's different I would gues

Re: [OpenWrt-Devel] openwrt-devel Digest, Vol 28, Issue 111

2018-08-30 Thread Michael Holstein
> Re: [OpenWrt-Devel] [PATCH] mvebu: fix the cortex-a9 fpu configure This is very similar arch to the A7 I'm fighting with in Engenius units (which btw, steal OpenWRT blatantly, per earlier thread) ... I got a build to boot via a workaround sort of like how safestrap does on locked phones (akin to

[OpenWrt-Devel] Use binutils 2.31.1 by default

2018-08-30 Thread Daniel Engberg
As per request, https://github.com/openwrt/openwrt/pull/1297 Longer tests with https://lists.openwrt.org/pipermail/openwrt-devel/2018-July/013394.html without issues Please cc as I'm not receiving emails from list by default Best regards, Daniel Engberg

[OpenWrt-Devel] [PATCH v2] ustream-ssl: add optional mutual authentication (mTLS)

2018-08-30 Thread Nuno Morais
Fix tabs vs spaces, the cast to (void *) is according to the other casts. Signed-off-by: Nuno Morais Co-Developed-by: Jose Vieira --- ustream-internal.h | 1 + ustream-mbedtls.c | 10 ++ ustream-openssl.c | 12 ustream-ssl.c | 1 + ustream-ssl.h | 2 ++ 5 fil

[OpenWrt-Devel] [PATCH v2] uhttpd: add support for mutual authentication (mTLS)

2018-08-30 Thread Nuno Morais
From: Nuno Morais Fix tabs vs spaces Add new optional argument to function header to add CA_certificate to avoid replicated code This patch depends on patch "[OpenWrt-Devel] [PATCH] ustream-ssl: add optional mutual authentication (mTLS)" Signed-off-by: Nuno Morais Co-Developed-by: Jose Vieira

Re: [OpenWrt-Devel] [PATCH] mvebu: fix the cortex-a9 fpu configure

2018-08-30 Thread Hauke Mehrtens
Hi, On 08/30/2018 09:29 AM, Ayaka wrote: > > > Sent from my iPad > >>> On Aug 30, 2018, at 2:26 PM, Jonas Gorski wrote: >>> >>> On 30 August 2018 at 04:31, ayaka wrote: >>> Both Marvell Armada 37x and 38x support NEON and VFPv3, >>> so we enable the NEON FPU with the SIMD aliases. >> >> But t

Re: [OpenWrt-Devel] detecting liblua in CMake

2018-08-30 Thread Yousong Zhou
On Thu, 30 Aug 2018 at 04:39, Lev wrote: > > Hi, > > > > I'm currently developing an application for OpenWRT. IT is written in C, and > uses the LUA libraries. > > The C code is configured by CMake. The question is how can I detect, packages > with CMake. > > At the host system, the application

Re: [OpenWrt-Devel] [PATCH] mvebu: fix the cortex-a9 fpu configure

2018-08-30 Thread Daniel Engberg
Hi, You can try to push it again (needs modification) however... https://github.com/lede-project/source/pull/1211#issuecomment-319286867 The lazy way is to just to change to neon unless you have WRT1900v1 if you're building local builds. Best regards, Daniel Engberg

Re: [OpenWrt-Devel] [PATCH] mvebu: fix the cortex-a9 fpu configure

2018-08-30 Thread Ayaka
Sent from my iPad >> On Aug 30, 2018, at 2:26 PM, Jonas Gorski wrote: >> >> On 30 August 2018 at 04:31, ayaka wrote: >> Both Marvell Armada 37x and 38x support NEON and VFPv3, >> so we enable the NEON FPU with the SIMD aliases. > > But the Armada XP doesn't, so this would break devices base