Re: ath79: mikrotik mac issue

2021-04-20 Thread Koen Vandeputte
Hi Roger, An important detail: I'm testing using kernel 5.10 :-) Regards, Koen On 18.04.21 19:00, Roger Pueyo Centelles wrote: Hi, Sorry, no clue. I am getting MAC addresses correctly assigned on a MikroTik RB922UAGS-5HPacD running OpenWrt SNAPSHOT, r16574-f7e00d81bc. As expected, random MA

Re: ath79: mikrotik mac issue

2021-04-20 Thread Roger Pueyo Centelles
Hi, I gave it a try with OpenWrt SNAPSHOT, r16574-f7e00d81bc and Linux OpenWrt 5.10.31 #0 Sun Apr 18 14:14:52 2021 mips GNU/Linux. The MAC addresses are correct too. Do we have the same file and drivers? root@OpenWrt:/# md5sum /etc/*/02_network* 02ddf92ac3486bc00a25e0fa436bbba6  /etc/board.d/02_

Re: Installing OpenWrt 21.02 on the TP-Link AD7200

2021-04-20 Thread Stijn Segers
Hi, Alex Henrie schreef op 20 april 2021 07:28:32 CEST: >Hello everyone, > >OpenWrt 21.02 adds support for the TP-Link AD7200,[1][2] but in >practice I have not been able to install it. When I try uploading any >of the three images (uImage, factory, sysupgrade) through the web >interface, it just

[PATCH] kernel: netdev: add qlcnic

2021-04-20 Thread vi...@hakkerinen.eu
Add driver for QLogic QLE8240 and QLE8242 Converged Ethernet devices. Signed-off-by: Vieno Hakkerinen --- package/kernel/linux/modules/netdevices.mk | 17 + 1 file changed, 17 insertions(+) diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/

[PATCH v2] uqmi: fix network registration loop

2021-04-20 Thread thomas . richard
From: Thomas Richard With some debug in qmi.sh using following patch, some errors are visible in the registration step @@ -29,6 +29,7 @@ proto_qmi_init_config() { } proto_qmi_setup() { + set -x local interface="$1" local dataformat connstat plmn_mode mcc mnc local

[PATCH 2/2] iwinfo: cli: fix hwmode formatting

2021-04-20 Thread David Bauer
The placeholder for the 802.11ax hwmode was missing. Signed-off-by: David Bauer --- iwinfo_cli.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iwinfo_cli.c b/iwinfo_cli.c index ee5a0e2..82b409c 100644 --- a/iwinfo_cli.c +++ b/iwinfo_cli.c @@ -274,12 +274,12 @@ static ch

[PATCH 1/2] iwinfo: nl80211: perform split wiphy dump

2021-04-20 Thread David Bauer
Perform a split wiphy dump when acquiring the hw modelist of a mac80211 device. Otherwise HE capabilities are missing from the message. This is necessary since upstream commit f8d504caa ("nl80211: reduce non-split wiphy dump size") (Kernel 5.9). Signed-off-by: David Bauer --- iwinfo_nl80211.c

[PATCH] toolchain: use xz compression

2021-04-20 Thread Sven Roederer
Also use xz compression, as we do for sdk and imagebuilder. Signed-off-by: Sven Roederer --- target/toolchain/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/toolchain/Makefile b/target/toolchain/Makefile index c3ba70db04..cf34a89e04 100644 --- a/target/

Re: Installing OpenWrt 21.02 on the TP-Link AD7200

2021-04-20 Thread Alex Henrie
On Tue, Apr 20, 2021 at 4:04 AM Stijn Segers wrote: > > Alex Henrie schreef op 20 april 2021 07:28:32 CEST: > > > >So, what is the correct procedure for installing OpenWrt on the AD7200? > > Try downgrading to an older firmware. If that does not work then you'll need > to hook up serial to see t