Installing OpenWrt 21.02 on the TP-Link AD7200

2021-04-19 Thread Alex Henrie
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 says "Firmware file error." I also tried setting my

Re: OpenWrt 21.02-rc1

2021-04-19 Thread Andre Heider
On 19/04/2021 23:26, Hauke Mehrtens wrote: On 4/19/21 8:59 AM, Andre Heider wrote: On 19/04/2021 08:51, Florian Eckert wrote: Hello, If there are some other bugs in the 21.02 branch which are fixed in master, we can backport the fixed as long as they are not so big. If there is something

[PATCH] kernel: move patch to backport after upstreaming

2021-04-19 Thread Ilya Lipnitskiy
The patch is now in net-next so keep it in backport-5.10 to keep things more organized. Link: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next.git/commit/?id=6ecaf81d4ac6365f9284f9d68d74f7c209e74f98 Cc: Daniel Golle Signed-off-by: Ilya Lipnitskiy ---

[PATCH] Extend checks on build prerequisites for building OpenWRT core

2021-04-19 Thread Bas Mevissen via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- OpenWRT requires a number of Perl

Re: OpenWrt 21.02-rc1

2021-04-19 Thread Hauke Mehrtens
On 4/19/21 8:59 AM, Andre Heider wrote: On 19/04/2021 08:51, Florian Eckert wrote: Hello, If there are some other bugs in the 21.02 branch which are fixed in master, we can backport the fixed as long as they are not so big. If there is something missing, just ask on the mainling list. Since

Re: [PATCH] maketag.sh/makebranch.sh: handle https download URLs

2021-04-19 Thread Paul Spooren
On 4/19/21 9:45 AM, Hauke Mehrtens wrote: Since OpenWrt 21.02 we use https for our download server, detect these URLs too. Signed-off-by: Hauke Mehrtens --- Can't you kick out anything lede-project related while at it? To use the https URLs I have to provide the URL manually now:

[PATCH] maketag.sh/makebranch.sh: handle https download URLs

2021-04-19 Thread Hauke Mehrtens
Since OpenWrt 21.02 we use https for our download server, detect these URLs too. Signed-off-by: Hauke Mehrtens --- To use the https URLs I have to provide the URL manually now: ./maketag.sh -k F1B767859CB2EBC7 -v 21.02.0-rc1 -u https://downloads.openwrt.org/releases makebranch.sh | 2 +-

[PATCH] uqmi: fix network registration loop

2021-04-19 Thread thomas . richard
From: Thomas Richard Instrumenting qmi.sh script with following patch, some errors are visible. --- a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh +++ b/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh @@ -29,6 +29,7 @@ proto_qmi_init_config() { } proto_qmi_setup() { +

Re: OpenWrt 21.02-rc1

2021-04-19 Thread Perry
On 4/18/21 3:11 PM, Hauke Mehrtens wrote: > On 4/7/21 12:29 AM, Hauke Mehrtens wrote: >> Hi, >> >> How do we want to go forward with OpenWrt 21.02-rc1? >> >> * I think the base system is ok. >> * The http (original wolfssl) problem reported by jow is fixed >> * LuCI in the 21.02 branch still

Re: Re: [PATCH v2] gemini: Bump to kernel v5.10

2021-04-19 Thread Linus Walleij
On Sun, Apr 18, 2021 at 2:36 AM wrote: > Please rebase your changes against the latest master, since your config-5.10 > appears based on a config-5.4 that is missing commit 41948c9c1b80 ("gemini, > layerscape, oxnas: don't disable option CONFIG_BPF_SYSCALL"). It appears Christian fixed it up

Re: OpenWrt 21.02-rc1

2021-04-19 Thread Panagiotis Plesssas
I don't object rc1 now that as there is a bug in the dsa driver that causes probable memory corruption, rc2 should have dsa though, I don't think it will take too long for it to get fixed and merged to the dsa patch and after that we haven't found any issues blocking a merge I think. On Sun, Apr

[PATCH 2/2] ramips: mt7621: Add support for ZyXEL NR7101

2021-04-19 Thread Bjørn Mork
The ZyXEL NR7101 is an 802.3at PoE powered 5G outdoor (IP68) CPE with integrated directional 5G/LTE antennas. Specifications: - SoC: MediaTek MT7621AT - RAM: 256 MB - Flash: 128 MB MB NAND (MX30LF1G18AC) - WiFi: MediaTek MT7603E - Switch: 1 LAN port (Gigabiti) - 5G/LTE: Quectel RG502Q-EA

[PATCH 0/2] ramips: Add support for ZyXEL NR7101

2021-04-19 Thread Bjørn Mork
This adds support for the ZyXEL NR7101. I was unable to find any tool creating suitable headers for this device, so I wrote a new one. Please let me know if there is an existing tool supporting this format... Some of the header fields are still unknown. All I know is that the resulting images

[PATCH 1/2] firmware-utils: zytrx: Add util for ZyXEL specific header

2021-04-19 Thread Bjørn Mork
The ZyXEL NR7101 prepend an additional header to U-Boot images. This header use the TRX magic 0x30524448 (HDR0), but is incompatible with TRX images. This code is reverse-engineered based on matching 32 bit numbers found in the header with lengths and different checksum calculations of the vendor

Re: [PATCH] gemini: Bump to kernel v5.10

2021-04-19 Thread Linus Walleij
On Sat, Apr 17, 2021 at 1:46 PM Christian Lamparter wrote: > Do you have an update? I've queued your patch with "one weird trick" > (use KERNEL_TESTING_PATCHVER instead of KERNEL_PATCHVER). >

Re: OpenWrt 21.02-rc1

2021-04-19 Thread Andre Heider
On 19/04/2021 08:51, Florian Eckert wrote: Hello, If there are some other bugs in the 21.02 branch which are fixed in master, we can backport the fixed as long as they are not so big. If there is something missing, just ask on the mainling list. Since last weekend the following patch was

Re: OpenWrt 21.02-rc1

2021-04-19 Thread Florian Eckert
Hello, If there are some other bugs in the 21.02 branch which are fixed in master, we can backport the fixed as long as they are not so big. If there is something missing, just ask on the mainling list. Since last weekend the following patch was merged into master. The patch extends ltq-vdsl

Re: [PATCH] build: prereq: drop support for Python 3.5

2021-04-19 Thread Andre Heider
On 17/04/2021 23:45, Sven Roederer wrote: Am Samstag, 17. April 2021, 16:45:01 CEST schrieb Sven Roederer: On my Ubuntu 16.04 based build-system I also have build-failures for meson using Python3.5. Correction: it's a 18.04 LTS ... But 18.04 ships python3.6?

Re: [PATCH] build: prereq: drop support for Python 3.5

2021-04-19 Thread Andre Heider
On 18/04/2021 20:45, Etienne Champetier wrote: Le mar. 16 févr. 2021 à 11:19, Petr Štetiar a écrit : Andre Heider [2021-02-16 08:21:08]: Hi, The meson build system bumped their python requirement to 3.6 for the 0.57.0 release. This patch ensures that OpenWrt can update meson while still