[OpenWrt-Devel] [PATCH] iwinfo: add device id for MediaTek MT7612E

2018-12-24 Thread David Bauer
Signed-off-by: David Bauer --- hardware.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/hardware.txt b/hardware.txt index f646d6a..40988ea 100644 --- a/hardware.txt +++ b/hardware.txt @@ -64,3 +64,4 @@ 0x11ab 0x2a55 0x11ab 0x0 0 "Marvell" "88W8864" 0x02df 0x9135 0x

[OpenWrt-Devel] [PATCH v2 1/2] tools: mktplinkfw2: add split-uboot layout

2018-12-24 Thread David Bauer
This commit adds the split-uboot partition layout used by the Archer C50 v4 to mktplinkfw2. Signed-off-by: David Bauer --- tools/firmware-utils/src/mktplinkfw2.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/tools/firmware-utils/src/mktplinkfw2.c

[OpenWrt-Devel] [PATCH v2 2/2] ramips: add support for Archer C50 v4

2018-12-24 Thread David Bauer
This adds support for the TP-Link Archer C50 v4. It uses the same hardware as the v3 variant, sharing the same FCC-ID. CPU: MediaTek MT7628 (580MHz) RAM: 64M DDR2 FLASH: 8M SPI WiFi: 2.4GHz 2x2 MT7628 b/g/n integrated WiFI: 5GHz 2x2 MT7612 a/n/ac ETH: 1x WAN 4x LAN LED: Power, WiFi2,

Re: [OpenWrt-Devel] [PATCH] kernel: MIPS: math-emu Write-protect delay slot emulation pages

2018-12-24 Thread Rosen Penev
On Mon, Dec 24, 2018 at 2:16 PM Kevin 'ldir' Darbyshire-Bryant wrote: > > > > > On 24 Dec 2018, at 03:53, Yousong Zhou wrote: > > > >> > > Hi, Kevin > > > > I just took another look at the build system. On OpenWrt, we have a > > pending patch 304-mips_disable_fpu.patch that makes fpu emulation

Re: [OpenWrt-Devel] [PATCH] kernel: MIPS: math-emu Write-protect delay slot emulation pages

2018-12-24 Thread Kevin 'ldir' Darbyshire-Bryant
> On 24 Dec 2018, at 03:53, Yousong Zhou wrote: > >> > Hi, Kevin > > I just took another look at the build system. On OpenWrt, we have a > pending patch 304-mips_disable_fpu.patch that makes fpu emulation for > mips an optional feature. We have most mips targets have that feature >

[OpenWrt-Devel] [PATCH] hostapd: update to version 2018-12-02 (2.7)

2018-12-24 Thread Hauke Mehrtens
This updates hostapd to version the git version from 2018-12-02 which matches the 2.7 release. The removed patches were are already available in the upstream code, one additional backport is needed to fix a compile problem. Signed-off-by: Hauke Mehrtens ---