Re: [PATCH 6/7] lantiq: add image handling for x490 Fritzboxes

2022-02-03 Thread Torsten Duwe
On Thu, 3 Feb 2022 07:12:40 +0100 Andreas Böhler wrote: > > + DEVICE_PACKAGES := kmod-usb3 fritz-tffs wasp_uploader > > +endef > > + > Is wasp_uploader really in an official package feed? I don't know. As mentioned, I mostly ignored the secondary system for now, and -master, with exactly these

[PATCH 0/1] Bugfix for OpenWrt package umdns

2022-02-03 Thread mroeder
From: Martin Röder Hi Daniel, thank you for pointing me to git-send-email. That allows me to bypass the whole Notes mess and I hope it will lead to an acceptable patch. Best, Martin ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[PATCH 1/1] cache: fix AVL tree traversal in cache_record_find() and cache_host_is_known()

2022-02-03 Thread mroeder
From: Martin Röder The AVL tree traversal in both functions systematically misses the last AVL tree element. This can lead to duplicate cache entries and lookup failures. The fix duplicates the correct AVL tree traversal approach of cache_dump_recursive(). Signed-off-by: Martin Röder ---

[PATCH 0/6] backport fixes and improvements for MT7530

2022-02-03 Thread DENG Qingfang
Hi, This series backports some patches from upstream to address the current MT7530 DSA driver's problems. Thanks. DENG Qingfang (6): kernel: backport MediaTek jumbo frame support kernel: backport MT7530 ageing time support kernel: backport MT7530 VLAN fix kernel: backport MT7530 MDB

[PATCH 3/6] kernel: backport MT7530 VLAN fix

2022-02-03 Thread DENG Qingfang
Fix FDB learning bugs when VLAN filtering is enabled. Signed-off-by: DENG Qingfang --- ...disable-learning-on-standalone-ports.patch | 65 + ...enable-assisted-learning-on-CPU-port.patch | 102 +++ ...se-independent-VLAN-learning-on-VLAN.patch | 262 ++

[PATCH 4/6] kernel: backport MT7530 MDB operations

2022-02-03 Thread DENG Qingfang
Use hardware to forward multicast traffic instead of trapping to the host. Signed-off-by: DENG Qingfang --- ...et-dsa-mt7530-support-MDB-operations.patch | 171 ++ 1 file changed, 171 insertions(+) create mode 100644

[PATCH] tplink-safeloader: support for Archer A6 v3 JP

2022-02-03 Thread João Orui
Add the missing tp-link firmware ID for the TP-Link Archer A6 v3 (JP) Signed-off-by: João Orui --- src/tplink-safeloader.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tplink-safeloader.c b/src/tplink-safeloader.c index 49775e4..d0d345d 100644 ---

[PATCH] ramips: move KERNEL_LOADADDR into Device/Default

2022-02-03 Thread Sungbo Eo
Commit f4a79148f8cb ("ramips: add support for ipTIME AX2004M") was reverted due to KERNEL_LOADADDR leakage, and it seems the problem can be mitigated by moving the variable definition into Device/Default. By this, KERNEL_LOADADDR redefined in a device recipe will not be leaked into the subsequent

[PATCH 6/6] kernel: backport MT7530 IRQ support

2022-02-03 Thread DENG Qingfang
Support MT7530 PHY link change interrupts, and enable for MT7621. Signed-off-by: DENG Qingfang --- ...net-dsa-mt7530-add-interrupt-support.patch | 428 ++ target/linux/ramips/dts/mt7621.dtsi | 3 + 2 files changed, 431 insertions(+) create mode 100644

[PATCH 5/6] kernel: backport MediaTek Ethernet PHY driver

2022-02-03 Thread DENG Qingfang
Add support for MediaTek Gigabit Ethernet PHYs found in MT7530. Fix some link up/down issues. Signed-off-by: DENG Qingfang --- ...MediaTek-Gigabit-Ethernet-PHY-driver.patch | 162 ++ target/linux/generic/config-5.10 | 1 + target/linux/mediatek/mt7622/config-5.10

[PATCH 1/6] kernel: backport MediaTek jumbo frame support

2022-02-03 Thread DENG Qingfang
Allow MTU up to 2026 on mediatek, ramips/mt7621 targets. Signed-off-by: DENG Qingfang --- ...thernet-mediatek-support-setting-MTU.patch | 138 ++ ...1-net-dsa-mt7530-support-setting-MTU.patch | 112 ++ ...-dsa-mt7530-enable-MTU-normalization.patch | 36 + 3

[PATCH 2/6] kernel: backport MT7530 ageing time support

2022-02-03 Thread DENG Qingfang
Allow setting ageing time from 1 to 1,048,576 seconds. Signed-off-by: DENG Qingfang --- ...a-mt7530-support-setting-ageing-time.patch | 99 +++ 1 file changed, 99 insertions(+) create mode 100644

octeontx kernel 5.10

2022-02-03 Thread Hauke Mehrtens
Hi, We would like to switch the octeontx target to kernel 5.10. Paul created a pull request for that: https://github.com/openwrt/openwrt/pull/4609 Could you please test this target and report back if it works for you with kernel 5.10 or if we have any regressions compared to kernel 5.4.

[PATCH] octeon: Switch to kernel 5.10 and mark source only

2022-02-03 Thread Hauke Mehrtens
Stijn Tintel reported a memory leak in octeon with kernel 5.10. With kernel 5.4 it worked fine. The memory leak was seen with IPsec tunnels, VRRP IPs, conntrack syncing, full IPv6 BGP feed, etc. See details here: https://github.com/openwrt/openwrt/pull/4610 Move this target to kernel 5.10 anyway,

bcm63xx kernel 5.10

2022-02-03 Thread Hauke Mehrtens
Hi, We would like to switch the bcm63xx target to kernel 5.10. Paul created a pull request for that: https://github.com/openwrt/openwrt/pull/4616 There is still a problem with Macronix NAND flash chips, see the comments from the pull request. Could someone please have a look into this

ath25 kernel 5.10

2022-02-03 Thread Hauke Mehrtens
Hi, We would like to switch the ath25 target to kernel 5.10. Paul created a pull request for that: https://github.com/openwrt/openwrt/pull/4890 Could you please test this target and report back if it works for you with kernel 5.10 or if we have any regressions compared to kernel 5.4.