Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-08-12 Thread Chongjun . Luo
Hi, Thanks for your advice. I will fix these problems and resubmit the patch Best regards Luochongjun From: Chuanhong Guo Date: 2019-08-13 14:38 To: Luochongjun CC: openwrt-devel Subject: Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750 Hi! Sorry for the late reply. Here are 3 more

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-08-12 Thread Chuanhong Guo
Hi! Sorry for the late reply. Here are 3 more nitpickings below: On Fri, Jul 26, 2019 at 11:14 AM Luochongjun wrote: > > This patch supports gl-ar750, which was previously supported by ar71xx. > > Specification: > - SOC: QCA9531 (650MHz) > - Flash: 16 MiB (W25Q128FVSG) > - RAM: 128 MiB DDR2 > - E

[OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-07-25 Thread Luochongjun
This patch supports gl-ar750, which was previously supported by ar71xx. Specification: - SOC: QCA9531 (650MHz) - Flash: 16 MiB (W25Q128FVSG) - RAM: 128 MiB DDR2 - Ethernet: 10/100: 2xLAN + 10/100: 1xWAN - Wireless: 2.4GHz (bgn) and 5GHz (ac) - USB: 1x USB 2.0 port - Switch: 1x switch - Button: 1x

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-07-23 Thread Chongjun.Luo
Hi,Adrian The MAC address is the MAC address on the label Best regards Luochongjun --原始邮件-- 发件人:"Adrian Schmutzler "; 发送时间:2019年7月23日(星期二) 晚上7:41 收件人:"'Luochongjun'" ;"openwrt-devel" ; 主题:RE: [OpenWrt-Devel]

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-07-23 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Luochongjun > Sent: Dienstag, 23. Juli 2019 09:45 > To: openwrt-devel@lists.openwrt.org > Cc: Luochongjun > Subject: [OpenWrt-Devel] [PATCH] ath79: add

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-07-23 Thread Chongjun . Luo
My local openwrt tree has not been updated to the latest, so DEVICE_VENDOR and DEVICE_MODEL are not yet used Date: Tue, 23 Jul 2019 12:27:03 +0200 From: Moritz Warning To: openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750 Message-ID: <47ab8

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-07-23 Thread Moritz Warning
It would be a good idea to rewrite DEVICE_TITLE := GL.iNet GL-AR750 to DEVICE_VENDOR := GL.iNet DEVICE_MODEL := GL-AR750 See https://github.com/openwrt/openwrt/pull/2124 On 7/23/19 9:45 AM, Luochongjun wrote: > This patch supports gl-ar750, which was previously supported by ar71xx. > > Specifi

[OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-07-23 Thread Luochongjun
This patch supports gl-ar750, which was previously supported by ar71xx. Specification: - SOC: QCA9531 (650MHz) - Flash: 16 MiB (W25Q128FVSG) - RAM: 128 MiB DDR2 - Ethernet: 10/100: 2xLAN + 10/100: 1xWAN - Wireless: 2.4GHz (bgn) and 5GHz (ac) - USB: 1x USB 2.0 port - Switch: 1x switch - Button: 1x

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-07-13 Thread Rafał Miłecki
On Wed, 26 Jun 2019 at 12:27, Luochongjun wrote: > This patch supports gl-ar750, which was previously supported by ar71xx. > > Specification: > - SOC: QCA9531 (650MHz) > - Flash: 16 MiB (W25Q128FVSG) > - RAM: 128 MiB DDR2 > - Ethernet: 10/100: 2xLAN + 10/100: 1xWAN > - Wireless: 2.4GHz (bgn) and 5

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-07-13 Thread Chuanhong Guo
Hi! Some comments inline: On Wed, Jun 26, 2019 at 6:27 PM Luochongjun wrote: > > This patch supports gl-ar750, which was previously supported by ar71xx. > > Specification: > - SOC: QCA9531 (650MHz) > - Flash: 16 MiB (W25Q128FVSG) > - RAM: 128 MiB DDR2 > - Ethernet: 10/100: 2xLAN + 10/100: 1xWAN

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-06-27 Thread Sven Roederer
Am Mittwoch, 26. Juni 2019, 12:02:23 CEST schrieb Luochongjun: > This patch supports gl-ar750, which was previously supported by ar71xx. > > Specification: > - SOC: QCA9531 (650MHz) > - Flash: 16 MiB (W25Q128FVSG) > - RAM: 128 MiB DDR2 > - Ethernet: 10/100: 2xLAN + 10/100: 1xWAN > - Wireless: 2.4G

[OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-06-26 Thread Luochongjun
This patch supports gl-ar750, which was previously supported by ar71xx. Specification: - SOC: QCA9531 (650MHz) - Flash: 16 MiB (W25Q128FVSG) - RAM: 128 MiB DDR2 - Ethernet: 10/100: 2xLAN + 10/100: 1xWAN - Wireless: 2.4GHz (bgn) and 5GHz (ac) - USB: 1x USB 2.0 port - Switch: 1x switch - Button: 1x

Re: [OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-06-24 Thread Christian Lamparter
On Monday, June 24, 2019 10:41:37 AM CEST Luochongjun wrote: > This patch support gl-ar750 on ath79. I'm looking at this previous patch for the GL-X750. And I think you can do better than this gl-ar750 post. Can

[OpenWrt-Devel] [PATCH] ath79: add support for gl-ar750

2019-06-24 Thread Luochongjun
This patch support gl-ar750 on ath79. Signed-off-by: Luo chongjun --- .../etc/hotplug.d/firmware/11-ath10k-caldata | 1 + target/linux/ath79/dts/qca9531_glinet_gl-ar750.dts | 149 + target/linux/ath79/image/generic.mk| 8 ++ 3 files changed, 158 inse