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

2019-11-19 Thread mail
Hi, > -Original Message- > From: Michal Cieslakiewicz [mailto:michal.cieslakiew...@wp.pl] > Sent: Mittwoch, 20. November 2019 00:21 > To: m...@adrianschmutzler.de > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] [PATCH v2] ath79: add support for

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

2019-11-19 Thread Michal Cieslakiewicz
Hello Adrian, > > What is/was the reason for that change and do we have to backport it > to ar71xx? > On my WNDR4300 2.4 GHz radio is at 0x1000 and 5 GHz is at 0x5000, like many other ar9344 models have. Both areas are 0x440 in length not 0x800 - after 0x440 empty space begins (0xff) - so tells

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

2019-11-19 Thread mail
Hi, > * 10-ath9k-eeprom: extract 0x440 instead of 0x800 bytes from caldata due to https://bugs.openwrt.org/index.php?do=details&task_id=2612 I had another look at this device. What is/was the reason for that change and do we have to backport it to ar71xx? Best Adrian openpgp-digital-signat

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

2019-10-30 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Michal Cieslakiewicz > Sent: Mittwoch, 30. Oktober 2019 15:28 > To: Adrian Schmutzler > Cc: openwrt-devel@lists.openwrt.org > Subject: Re: [OpenWrt-Devel]

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

2019-10-30 Thread Michal Cieslakiewicz
Hello Adrian, Thanks for your feedback! > Hi, > > Same question I asked on zyxel support: Do you expect several further > netgear devices to be added to nand target? > > Up to let's say three/four devices, I'd prefer to merge stuff into > nand.mk, otherwise I'd say a separate file is justifie

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

2019-10-30 Thread Adrian Schmutzler
Hi, > diff --git a/target/linux/ath79/image/Makefile > b/target/linux/ath79/image/Makefile > index 24768ef5e0..b6ac83cdc1 100644 > --- a/target/linux/ath79/image/Makefile > +++ b/target/linux/ath79/image/Makefile > @@ -77,6 +77,7 @@ include ./generic-ubnt.mk > endif > ifeq ($(SUBTARGET),nand) >

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

2019-10-30 Thread Michal Cieslakiewicz
This patch adds ath79 support for Netgear WNDR4300. Router was previously supported by ar71xx target only. Note: device requires 'ar934x-nand' driver in kernel. Specification = * Description: Netgear WNDR4300 * Loader: U-boot * SOC: Atheros AR9344 (560 MHz) * RAM: 128 MiB * F

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

2019-10-30 Thread Michal Cieslakiewicz
Hello, This patch supersedes WNR4300 patchset: https://patchwork.ozlabs.org/patch/1175066/ (obsolete - removed) https://patchwork.ozlabs.org/patch/1175069/ (updated to v2) It contains changes proposed by Adrian (remove redundant lan_mac setting from 02_network; change MAC label to eth0 in