Re: [LEDE-DEV] boot error on dwr-921 (mt7620n)

2017-07-30 Thread Daniel Golle
Hi Giuseppe, On Sun, Jul 30, 2017 at 09:26:15PM +0200, Giuseppe Lippolis wrote: > Dear community, > I'm trying to port openwrt/lede on the dlink dwr921 (mt7620n arch). > > Currently I get a kernel panic after the OS fail to find the wmac eeprom > location. > At the moment I use in the dts somethi

Re: [LEDE-DEV] [PATCH] mbedtls: Re-allow SHA1-signed certificates

2017-07-30 Thread Baptiste Jonglez
On Sun, Jul 30, 2017 at 06:00:48PM +0200, Baptiste Jonglez wrote: > On Sun, Jul 30, 2017 at 05:57:37PM +0200, Baptiste Jonglez wrote: > > Since mbedtls 2.5.1, SHA1 has been disallowed in TLS certificates. > > This breaks openvpn clients that try to connect to servers that > > present a TLS certific

[LEDE-DEV] boot error on dwr-921 (mt7620n)

2017-07-30 Thread Giuseppe Lippolis
Dear community, I'm trying to port openwrt/lede on the dlink dwr921 (mt7620n arch). Currently I get a kernel panic after the OS fail to find the wmac eeprom location. At the moment I use in the dts something clearly wrong: ðernet { mtd-mac-address = <&config 0xe2ac>; mediatek,portm

Re: [LEDE-DEV] [PATCH] mbedtls: Re-allow SHA1-signed certificates

2017-07-30 Thread Baptiste Jonglez
On Sun, Jul 30, 2017 at 05:57:37PM +0200, Baptiste Jonglez wrote: > Since mbedtls 2.5.1, SHA1 has been disallowed in TLS certificates. > This breaks openvpn clients that try to connect to servers that > present a TLS certificate signed with SHA1, which is fairly common. > > Run-tested with openvpn

[LEDE-DEV] [PATCH] mbedtls: Re-allow SHA1-signed certificates

2017-07-30 Thread Baptiste Jonglez
From: Baptiste Jonglez Since mbedtls 2.5.1, SHA1 has been disallowed in TLS certificates. This breaks openvpn clients that try to connect to servers that present a TLS certificate signed with SHA1, which is fairly common. Run-tested with openvpn-mbedtls 2.4.3, LEDE 17.01.2, on ar71xx. Fixes: FS

[LEDE-DEV] [PATCH v2] busybox: update to 1.27.1

2017-07-30 Thread Magnus Kroken
Refresh patches, delete patches backported from upstream. Delete 120-remove_uclibc_rpc_check.patch, as upstream now only prints a warning instead of erroring out. Signed-off-by: Magnus Kroken --- v2: Delete 120-remove_uclibc_rpc_check.patch as well, as suggested by Baptiste Jonglez. Also rework