Re: [OpenWrt-Devel] OpenWrt 19.07 status

2019-12-21 Thread Luiz Angelo Daros de Luca
Hello, 19.07 page has a Roadmap without dates: https://openwrt.org/releases/19.07/start#roadmap It should have some real info with dates, something to make clear that it does not have a real schedule ("It's ready when it is ready") or simply get removed. Regards, --- Luiz Angelo Daros de

[OpenWrt-Devel] [PATCH] perf: Add libunwind only if selected

2019-12-21 Thread Rosen Penev
The depends are totally wrong. libunwind does not work with powerpc and i386 as it needs glibc. Instead of duplicating the platforms, just change the dependency. Signed-off-by: Rosen Penev --- package/devel/perf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OpenWrt-Devel] [PATCH 2/3] ath79: add support for Netgear WNDR4300 v2

2019-12-21 Thread Michal Cieslakiewicz
Hello David! > > Do you know if there is a hard limit to the kernel size? OpenWrt does > not support relocation of UBI as doing so would interfere with wear > leveling. This means the kernel size is more or less fixed if we want > to be able to use sysupgrade. > AFAIK there is no problem with

Re: [OpenWrt-Devel] [PATCH 2/3] ath79: add support for Netgear WNDR4300 v2

2019-12-21 Thread David Bauer
Hello Michal, On 12/21/19 2:54 PM, Michal Cieslakiewicz wrote: > 1. NAND Flash (128 MiB) layout under OpenWrt is changed as follows: >all space is assigned to 'firmware' partition which is divided into >2 MiB kernel and 126 MiB UBI areas; vendor partitions (language and >mtdoops) are

[OpenWrt-Devel] [PATCH 0/3] ath79: add support for QCA9563-based Netgear WNDR routers

2019-12-21 Thread Michal Cieslakiewicz
(resent due to me being lazy and using reply-to, apologies and pls ignore previous thread) This patchset introduces support for two Netgear dual-band routers based on the same PCB (29764821) with QCA9563 SoC, AR9580 5GHz chip, 128 MiB RAM, 2 MiB SPI-NOR + 128 MiB SPI-NAND flash: * Netgear

[OpenWrt-Devel] [PATCH 2/3] ath79: add support for Netgear WNDR4300 v2

2019-12-21 Thread Michal Cieslakiewicz
This patch introduces support for Netgear WNDR4300v2. Specification = * Description: Netgear WNDR4300 v2 * Loader: U-boot * SOC: Qualcomm Atheros QCA9563 (775 MHz) * RAM: 128 MiB * Flash: 2 MiB SPI-NOR + 128 MiB SPI-NAND - NOR: U-boot binary: 256 KiB - NOR:

[OpenWrt-Devel] [PATCH 3/3] ath79: add support for Netgear WNDR4500 v3

2019-12-21 Thread Michal Cieslakiewicz
This patch introduces support for Netgear WNDR4500v3. Router is very similar to WNDR4300v2 and is based on the same PCB. Information gathered from various Internet sources (including https://patchwork.ozlabs.org/patch/809227/) shows following differences to WNDR4300v2: * two USB 2.0 ports *

[OpenWrt-Devel] [PATCH 1/3] mac80211: ath9k: add GPIO mask dts property

2019-12-21 Thread Michal Cieslakiewicz
This patch adds 'qca,gpio-mask=' device tree property to ath9k node. This optional setting is a hack and should only be used in very special (and rare) cases when a button or LED is wired to a GPIO pin normally masked out (due to being one-way etc). Netgear WNDR4300 v2 is one such example - it

[OpenWrt-Devel] [PATCH 3/3] ath79: add support for Netgear WNDR4500 v3

2019-12-21 Thread Michal Cieslakiewicz
This patch introduces support for Netgear WNDR4500v3. Router is very similar to WNDR4300v2 and is based on the same PCB. Information gathered from various Internet sources (including https://patchwork.ozlabs.org/patch/809227/) shows following differences to WNDR4300v2: * two USB 2.0 ports with

[OpenWrt-Devel] [PATCH 0/3] ath79: add support for QCA9563-based Netgear WNDR routers

2019-12-21 Thread Michal Cieslakiewicz
This patchset introduces support for two Netgear dual-band routers based on the same PCB (29764821) with QCA9563 SoC, AR9580 5GHz chip, 128 MiB RAM, 2 MiB SPI-NOR + 128 MiB SPI-NAND flash: * Netgear WNDR4300 v2 * Netgear WNDR4500 v3 WNDR4300v2 has been tested successfully with this patchset

[OpenWrt-Devel] [PATCH 2/3] ath79: add support for Netgear WNDR4300 v2

2019-12-21 Thread Michal Cieslakiewicz
This patch introduces support for Netgear WNDR4300v2. Specification = * Description: Netgear WNDR4300 v2 * Loader: U-boot * SOC: Qualcomm Atheros QCA9563 (775 MHz) * RAM: 128 MiB * Flash: 2 MiB SPI-NOR + 128 MiB SPI-NAND - NOR: U-boot binary: 256 KiB - NOR:

[OpenWrt-Devel] [PATCH 1/3] mac80211: ath9k: add GPIO mask dts property

2019-12-21 Thread Michal Cieslakiewicz
This patch adds 'qca,gpio-mask=' device tree property to ath9k node. This optional setting is a hack and should only be used in very special (and rare) cases when a button or LED is wired to a GPIO pin normally masked out (due to being one-way etc). Netgear WNDR4300 v2 is one such example - it