[OpenWrt-Devel] [PATCH] uci: do not access invalid memory when updating an existing section

2018-08-11 Thread Enrico Mioso
If a new section with the same name and type of an old one is found, a memory reallocation happens. Still, the options list for the section is not reinitialized, hence a stale pointer is being used. Signed-off-by: Enrico Mioso --- list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/list.c

Re: [OpenWrt-Devel] [PATCH 4/5] ath79: add ath9k calibration data MAC addresses patching

2018-08-11 Thread Mathias Kresin
10.08.2018 23:24, Christian Lamparter: This patch copies over the MAC patching helper functions from lantiq's target/linux/lantiq/base-files/etc/hotplug.d/firmware/12-ath9k-eeprom file. Not all vendors bothered to write the correct MAC addresses for the ath9k wifi into the calibration data. And

Re: [OpenWrt-Devel] [PATCH 2/5] ath79: port cybertan_part from ar71xx

2018-08-11 Thread Jonas Gorski
On 10 August 2018 at 23:24, Christian Lamparter wrote: > The cybertan_part mtd parser is ported over from ar71xx and converted > to integrate into the "firmware" mtd splitter. It will no longer add > the u-boot, nvram and art partitions, which were never part of the > special Cybertan header. > >

[OpenWrt-Devel] [PATCH] uboot-zynq: update to 2018.07

2018-08-11 Thread Luis Araneda
Signed-off-by: Luis Araneda --- I need this version bump for the upcomming support of the Zybo-Z7 board. I fixed the SPI flash detection on the ZedBoard (see PR#942 on github for details) that was previously blocking the version bump. The fix is now upstreamed --- package/boot/uboot-zynq/Makef