]> git.ipfire.org Git - thirdparty/openwrt.git/log
thirdparty/openwrt.git
6 days agorealtek: pcs: add post_config sds_ops hook
Jonas Jelonek [Sat, 6 Jun 2026 21:51:47 +0000 (21:51 +0000)] 
realtek: pcs: add post_config sds_ops hook

Some variants need finalization that must run only after the SerDes is
powered up: RTL838X performs a one-shot switch queue reset on first
start, RTL930X runs RX calibration and the TX config. So far this lived
at the tail of the variant setup_serdes() functions.

Add an optional post_config hook to rtpcs_sds_ops and call it from
rtpcs_pcs_config() right after setup_serdes(), then relocate the
RTL838X and RTL930X tail work into it. As activate() still runs at the
end of setup_serdes() here, the execution order is unchanged.

Link: https://github.com/openwrt/openwrt/pull/23759
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agorealtek: pcs: rtl930x: apply tx config before activation
Jonas Jelonek [Thu, 11 Jun 2026 20:05:28 +0000 (20:05 +0000)] 
realtek: pcs: rtl930x: apply tx config before activation

In RTL930x setup, tx config was called at then end of the procedure
after configuration and calibration ran. This is still a leftover from
the old code located in DSA/PHY. However, applying TX configuration like
amplification factors, etc. doesn't make sense after calibration, it
should run before. Moreover the call was commented with "leave loopback
mode" which is just wrong and doesn't describe what the function does.
Fix this misery.

Testing on device with different interface modes shows no difference so
far, especially no negative effects.

Link: https://github.com/openwrt/openwrt/pull/23759
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agomediatek: wavlink wl-wn536ax6 rev a: remove old WLAN LED default 23790/head
Ryan Leung [Sun, 14 Jun 2026 12:56:16 +0000 (20:56 +0800)] 
mediatek: wavlink wl-wn536ax6 rev a: remove old WLAN LED default

Remove old UCI default for WLAN LED trigger on `phy1` which is now instead triggered by either
wireless PHY by kmod-ledtrig-network

Fixes: adb7ff279213 ("mediatek: wavlink wl-wn536ax6 rev a: add "network" LED trigger")
Signed-off-by: Ryan Leung <untilscour@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/23790
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agomediatek: wavlink wl-wn536ax6 rev a: add "network" LED trigger 23682/head
Ryan Leung [Sat, 6 Jun 2026 11:19:46 +0000 (19:19 +0800)] 
mediatek: wavlink wl-wn536ax6 rev a: add "network" LED trigger

Currently the "WiFi" LED indicator light is triggered only by activity on the 5 GHz PHY.

Change it to be triggered by WLAN activity on either Wi-Fi PHY, matching stock behaviour, by using
`kmod-ledtrig-network` added in 2aa1185fb05e ('leds: add "network" LED trigger (lan/wan/wlan)').

Signed-off-by: Ryan Leung <untilscour@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/23682
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agouboot-envtools: mediatek_filogic: wavlink wl-wn536ax6 rev a: add config
Ryan Leung [Sat, 6 Jun 2026 11:19:35 +0000 (19:19 +0800)] 
uboot-envtools: mediatek_filogic: wavlink wl-wn536ax6 rev a: add config

Add config for WAVLINK WL-WN536AX6 Rev a to be able to read and write U-Boot environment variables.

Signed-off-by: Ryan Leung <untilscour@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/23682
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agomediatek: wavlink wl-wn536ax6 rev a: fix WLAN 5GHz MAC address
Ryan Leung [Sat, 6 Jun 2026 11:19:24 +0000 (19:19 +0800)] 
mediatek: wavlink wl-wn536ax6 rev a: fix WLAN 5GHz MAC address

The second WLAN MAC address in the "Factory" partition at 0x0a is not the same as the
WLAN 5GHz BSSID observed when using the manufacturer's stock firmware, which is derived from
the 2.4GHz/label MAC address by setting bits 26 and 7 (Locally Administered).

While at it, also fix alphabetical ordering of some other device names.

Fixes: 1748ce829537 ("mediatek: add support for WAVLINK WL-WN536AX6 Rev a")
Signed-off-by: Ryan Leung <untilscour@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/23682
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agomediatek: wavlink wl-wn536ax6 rev a: change nvmem layout for MAC addresses
Ryan Leung [Sat, 6 Jun 2026 11:19:12 +0000 (19:19 +0800)] 
mediatek: wavlink wl-wn536ax6 rev a: change nvmem layout for MAC addresses

Currently the WAN MAC address is read from the first (LAN) MAC address in the "HW" partition and
then incremented by 1 instead of being read directly from the second MAC address.

Change to reading the two MAC addresses (LAN/WAN) directly from "Factory" partition.

Fixes: 1748ce829537 ("mediatek: add support for WAVLINK WL-WN536AX6 Rev a")
Signed-off-by: Ryan Leung <untilscour@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/23682
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agomediatek: wavlink wl-wn536ax6 rev a: set SPI drive strength 4mA
Ryan Leung [Sat, 6 Jun 2026 11:18:56 +0000 (19:18 +0800)] 
mediatek: wavlink wl-wn536ax6 rev a: set SPI drive strength 4mA

Change SPI drive strength to 4mA to match Mediatek SDK and prevent potential signal overshoot.

Signed-off-by: Ryan Leung <untilscour@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/23682
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agomediatek: wavlink wl-wn536ax6 rev a: enable nmbm bad block management
Ryan Leung [Sat, 6 Jun 2026 11:18:45 +0000 (19:18 +0800)] 
mediatek: wavlink wl-wn536ax6 rev a: enable nmbm bad block management

Enable nmbm bad block management with up to 8 MiB reserved. The manufacturer's stock device tree
contains the property `compatible = "generic,nmbm";` in node `nmbm_spim_nand` and
manufacturer's stock bootlog contains "nmbm nmbm_spim_nand: NMBM has been successfully attached"

Fixes: 1748ce829537 ("mediatek: add support for WAVLINK WL-WN536AX6 Rev a")
Signed-off-by: Ryan Leung <untilscour@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/23682
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agokernel: modules: mppe: clean up 23464/head
Qingfang Deng [Thu, 21 May 2026 01:53:46 +0000 (09:53 +0800)] 
kernel: modules: mppe: clean up

Remove kmod-crypto-arc4 and kmod-crypto-ecb from depends, as it no
longer uses skcipher API for encryption.
Remove the non-existent CONFIG_PPP_MPPE_MPPC symbol.

Signed-off-by: Qingfang Deng <dqfext@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23464
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agokernel: modules: slhc: remove CRC_CCITT depends
Qingfang Deng [Thu, 21 May 2026 01:53:38 +0000 (09:53 +0800)] 
kernel: modules: slhc: remove CRC_CCITT depends

slhc does not depends on CRC_CCITT according to kernel Kconfig.

Signed-off-by: Qingfang Deng <dqfext@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23464
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agobusybox: fix signal handling in non-interactive envirement 23787/head
Seo Suchan [Sun, 14 Jun 2026 04:07:23 +0000 (13:07 +0900)] 
busybox: fix signal handling in non-interactive envirement

fixes  https://github.com/openwrt/openwrt/issues/23745

upstream had bug bb_got_signal to be never cleared in noninteractive session, this fixes this while waiting for upstream merge.

the patch iself is written by  Ian Cooper <iancooper@hotmail.com>

Signed-off-by: Seo Suchan <tjtncks@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23787
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agoipq806x: fix USB port for Nokia AC400i 23740/head
Sebastian Schaper [Sat, 6 Jun 2026 18:00:57 +0000 (20:00 +0200)] 
ipq806x: fix USB port for Nokia AC400i

drop usb3_0 node, enable usb3_1 PHYs, set gpio58 for power enable

Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
Link: https://github.com/openwrt/openwrt/pull/23740
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agoipq806x: enable i2c thermal sensor for Nokia AC400i
Sebastian Schaper [Sat, 6 Jun 2026 13:38:23 +0000 (15:38 +0200)] 
ipq806x: enable i2c thermal sensor for Nokia AC400i

The board contains a TI TMP75 temperature sensor located near the ethernet
PHYs, attached to the thermal mass of the back case, close to main SoC.

Configure `gsbi2` for i2c mode and include `kmod-hwmon-lm75` package.

Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
Link: https://github.com/openwrt/openwrt/pull/23740
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agoipq806x: fix wifi for Nokia AC400i
Sebastian Schaper [Sat, 6 Jun 2026 13:26:51 +0000 (15:26 +0200)] 
ipq806x: fix wifi for Nokia AC400i

In recent versions of OpenWrt, only 2.4G wifi is working.
Drop upstream overrides for pcie nodes to declare perst-gpios 3 and 48.

Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
Link: https://github.com/openwrt/openwrt/pull/23740
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agoipq806x: fix ethernet for Nokia AC400i
Sebastian Schaper [Sat, 6 Jun 2026 07:40:06 +0000 (09:40 +0200)] 
ipq806x: fix ethernet for Nokia AC400i

In previous versions of OpenWrt, ethernet was partially working,
sometimes depending on initialization state left by bootloader.
Since the switch to NSS drivers, it is completely broken.

- swap GMAC to PHY address mapping
- use rgmii internal delay
- drop `fixed-link` rates
- add pinctrl settings for rgmii0
- declare reset GPIO 51 (used for both PHYs)
- disable hibernation

Signed-off-by: Sebastian Schaper <openwrt@sebastianschaper.net>
Link: https://github.com/openwrt/openwrt/pull/23740
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agomediatek: fix WLAN LED indication for ipTIME AX3000SE 23723/head
Donghyun Ko [Tue, 9 Jun 2026 12:12:33 +0000 (21:12 +0900)] 
mediatek: fix WLAN LED indication for ipTIME AX3000SE

OpenWrt has recently added the "network" LED trigger to support routers
that have a single WLAN LED for multiple phys.

This patch replaces the temporary workaround used during initial
support, where the LED was triggered only by activity on a single phy.

With this change, the WLAN LED on the ipTIME AX3000SE now correctly
indicates activity on both `phy0` and `phy1`.

Signed-off-by: Donghyun Ko <nyankosoftware@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23723
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agokernel: bump 6.12 to 6.12.93 23730/head
Shiji Yang [Tue, 9 Jun 2026 15:42:36 +0000 (23:42 +0800)] 
kernel: bump 6.12 to 6.12.93

Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.93

Manually rebased patch:
- bcm27xx/patches-6.12/950-0755-drm-v3d-CPU-job-submissions-shouldn-t-affect-V3D-GPU.patch[1]

All other patches are automatically refreshed.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.12.93&id=acd55ea40d03e06f20a9986363019e0e5173990e
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/23730
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
6 days agovscode: update editor formatting and line endings settings 23750/head
Josef Schlehofer [Fri, 9 Jan 2026 14:05:45 +0000 (15:05 +0100)] 
vscode: update editor formatting and line endings settings

Enable trailing whitespace trimming, insert final newline, and force LF.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23750
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
7 days agorealtek: mdio: backport upstream patches 23768/head
Markus Stockhausen [Sat, 13 Jun 2026 14:36:31 +0000 (16:36 +0200)] 
realtek: mdio: backport upstream patches

Another round of MDIO driver patches was accepted upstream.
Not production relevant as OpenWrt still uses the downstream
driver.

Link: https://github.com/openwrt/openwrt/pull/23768
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
7 days agorealtek: dts: add phy-package to LGS352C 23711/head
Markus Stockhausen [Mon, 8 Jun 2026 16:25:50 +0000 (18:25 +0200)] 
realtek: dts: add phy-package to LGS352C

Describe the RTL8218D packages in the device tree.

Link: https://github.com/openwrt/openwrt/pull/23711
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
7 days agorealtek: dts: add phy-package to XGS1x10 series
Markus Stockhausen [Mon, 8 Jun 2026 16:23:58 +0000 (18:23 +0200)] 
realtek: dts: add phy-package to XGS1x10 series

Describe the RTL8218D packages in the device tree.

Link: https://github.com/openwrt/openwrt/pull/23711
Signed-off-by: Markus Stockhausen <markus.stockhausen@gmx.de>
8 days agoppp: update to 2.5.3 23540/head
Qingfang Deng [Tue, 26 May 2026 09:17:21 +0000 (17:17 +0800)] 
ppp: update to 2.5.3

Update to 2.5.3 and use the official tarball.

Changelog: https://github.com/ppp-project/ppp/releases/tag/v2.5.3

Removed upstreamed:
- 000-pppd-session-fixed-building-with-gcc-15.patch
- 001-pppdump-fixed-building-with-gcc-15.patch
- 501-fix-memcpy-fortify.patch
- 502-remove_mru.patch

Manually rebased:
- 500-add-pptp-plugin.patch

Add a pending patch to relax the check to avoid breaking existing
configurations.

Signed-off-by: Qingfang Deng <dqfext@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23540
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
8 days agoipq40xx: use nvmem for cal data 22178/head
Rosen Penev [Mon, 23 Feb 2026 04:12:13 +0000 (20:12 -0800)] 
ipq40xx: use nvmem for cal data

Userspace handling is deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22178
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
8 days agokernel: bump 6.18 to 6.18.35 23722/head
John Audia [Tue, 9 Jun 2026 12:42:01 +0000 (08:42 -0400)] 
kernel: bump 6.18 to 6.18.35

Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.18.35

Removed upstreamed:
  microchipsw/patches-6.18/0009-v7.2-net-phy-micrel-fix-LAN8814-QSGMII-soft-reset.patch[1]

All other patches automatically rebased via update_kernel.sh

1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.18.35&id=58b2c0f096b36a93e1975b6fa7f8d629e6fd9425

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/23722
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
8 days agobuild: fixup version.date creation for source archives 23756/head
Paul Spooren [Fri, 12 Jun 2026 14:49:44 +0000 (16:49 +0200)] 
build: fixup version.date creation for source archives

Published sources archives may contain a mixture of MTIMEs, so taking the time
of the first file found varies based on filesystem order. To fix this, sort all
MTIMEs and take the latest.

Since piping into a file directly creates that file, we also need to
specifically tell `find` to ignore `version.date`.

Furthermore, move this prior to the ./src copy step, since for some packages,
the OpenWrt build system ships extra ./src files, which would introduce the
wrong timestamps again.

Fix: e36c2946b7b build: derive PKG_SOURCE_DATE_EPOCH from the unpacked source tree
Link: https://github.com/openwrt/openwrt/pull/23756
Signed-off-by: Paul Spooren <mail@aparcar.org>
8 days agogeneric: mxl862xx: allow CPU/SerDes ports to probe on firmware < 1.0.84 23664/head
Aliaksandr Babrykovich [Fri, 5 Jun 2026 08:16:44 +0000 (10:16 +0200)] 
generic: mxl862xx: allow CPU/SerDes ports to probe on firmware < 1.0.84

The firmware-version gate in mxl862xx_phylink_get_caps() leaves
config->supported_interfaces empty for the CPU/SerDes ports (9, 13) when
the switch runs firmware older than 1.0.84. phylink rejects an empty
supported_interfaces bitmap, so the switch fails to probe at all:

  mxl862xx mdio-bus:10: switch ready after 2480ms, firmware 1.0.70 (build 70)
  mxl862xx mdio-bus:10: phylink: error: empty supported_interfaces
  error creating PHYLINK: -22
  mxl862xx mdio-bus:10: probe with driver mxl862xx failed with error -22

This regresses boards still shipping the older vendor firmware (e.g. the
BananaPi BPi-R4 Pro 8X, which ships 1.0.70) where all LAN ports disappear.

Ungate only the CPU/SerDes ports (9, 13) so the switch probes and the user
can update the firmware; ports 10..12 and 14..16 stay gated as they are
genuinely unsupported by the old firmware.

Tested on a BPi-R4 Pro 8X with switch firmware 1.0.70 (kernel 6.18); the
6.12 patch receives the identical change for parity.

Fixes: 028dc3f57a6f ("generic: 6.18: update MxL862xx DSA switch driver")
Fixes: 5b69e6a4a658 ("generic: 6.12: update MxL862xx DSA switch driver")
Signed-off-by: Aliaksandr Babrykovich <abobrikovich@gmail.com>
[refreshed patches]
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 days agouboot-mediatek: migrate memsize cmd to the upstream implementation 22848/head
Shiji Yang [Tue, 9 Jun 2026 12:12:56 +0000 (20:12 +0800)] 
uboot-mediatek: migrate memsize cmd to the upstream implementation

The upstream repository accepted a newer patch revision[1].

[1] https://github.com/u-boot/u-boot/commit/e202eca183b0f1d6747b934482dc6249abdd742b
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
8 days agouboot-mediatek: drop redundant TOOLS_LIBCRYPTO symbol hack
Shiji Yang [Fri, 10 Apr 2026 11:00:26 +0000 (19:00 +0800)] 
uboot-mediatek: drop redundant TOOLS_LIBCRYPTO symbol hack

This symbol was already disabled via UBOOT_CUSTOMIZE_CONFIG.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
8 days agouboot-mediatek: use kernel DTC on mediatek ARM targets
Shiji Yang [Fri, 10 Apr 2026 11:00:26 +0000 (19:00 +0800)] 
uboot-mediatek: use kernel DTC on mediatek ARM targets

The u-boot build for mediatek ARM SoCs doesn't require pylibfdt. We
can use pre-build kernel DTC to save some build time.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
8 days agouboot-mediatek: update to v2026.04
Shiji Yang [Fri, 10 Apr 2026 11:00:25 +0000 (19:00 +0800)] 
uboot-mediatek: update to v2026.04

Remove upstreamed patches:
  001-pinctrl-mediatek-MT7981-fix-GPIO9-register-map.patch [1]
  010-clk-mediatek-mt7622-fix-infracfg-and-pericfg-clock-o.patch [2]

We also need to backport two new patches from v2026.07-rc2 to address
the yaml build error[3] and MT7621 boot issue[4].

[1] https://github.com/u-boot/u-boot/commit/a1d1fc8d8c8699d80e1b9ab3214752e5882d3740
[2] https://github.com/u-boot/u-boot/commit/52d84fccfd7d8b99e91a70192eec8e0379d63b4b
[3] https://github.com/u-boot/u-boot/commit/8ef8dee4f3a2b2021decfefd853dbd2a1632b77f
[4] https://github.com/u-boot/u-boot/commit/de79075f0f6b8795d1f9e30ff36435583b1a119a
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
8 days agouboot-mediatek: drop upstreamed patch
Shiji Yang [Fri, 10 Apr 2026 11:00:25 +0000 (19:00 +0800)] 
uboot-mediatek: drop upstreamed patch

Patch 280 was already included in u-boot v2022.07.

Link: https://github.com/u-boot/u-boot/commit/5f2d5915f8ea4785bc2b8a26955e176a7898c15b
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Suggested-by: Daniel Golle <daniel@makrotopia.org>
8 days agoath79: mikrotik: also compile AG71XX_LEGACY as a module 23748/head
MichaÅ‚ KÄ™pieÅ„ [Fri, 12 Jun 2026 07:28:03 +0000 (09:28 +0200)] 
ath79: mikrotik: also compile AG71XX_LEGACY as a module

Commit 9091c9f8cbd9 ("ath79: mikrotik: compile SWCONFIG and AR8216_PHY
as modules") caused the hybrid PHY/MDIO ar8xxx driver to be built as a
module instead of built-in.  On at least MikroTik RouterBOARD 951G-2HnD,
this prevents the kernel from binding the correct PHY driver at boot
because the ar8xxx driver is not yet available when the MDIO bus is
probed:

  - before:

    ag71xx-legacy 19000000.eth: invalid MAC address, using random address
    switch0: Atheros AR8327 rev. 4 switch registered on mdio.0
    ag71xx-legacy 19000000.eth: connected to PHY at mdio.0:00 [uid=004dd034, driver=Atheros AR8216/AR8236/AR8316]
    eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: rgmii

  - after:

    ag71xx-legacy 19000000.eth: invalid MAC address, using random address
    ag71xx-legacy 19000000.eth: connected to PHY at mdio.0:00 [uid=004dd034, driver=Generic PHY]
    eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: rgmii

As the PHY is already bound to the fallback "Generic PHY" driver when
the ar8xxx module is loaded, the switch remains non-functional and the
router has no network connectivity.

Fix by also compiling the MAC driver (ag71xx-legacy) as a module,
deferring switch initialization until control is transferred to
userspace during boot.  The configured module autoload priorities
(ar8xxx: 43, ag71xx-legacy: 50) ensure that the ar8xxx driver is loaded
before ag71xx-legacy.

Fixes: https://github.com/openwrt/openwrt/issues/23739
Fixes: 9091c9f8cbd9 ("ath79: mikrotik: compile SWCONFIG and AR8216_PHY as modules")
Suggested-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Michał Kępień <openwrt@kempniu.pl>
Link: https://github.com/openwrt/openwrt/pull/23748
Signed-off-by: Robert Marko <robimarko@gmail.com>
8 days agorealtek: pcs: rtl838x: drop redundant reset writes 23746/head
Jonas Jelonek [Thu, 11 Jun 2026 22:05:16 +0000 (22:05 +0000)] 
realtek: pcs: rtl838x: drop redundant reset writes

Sometimes redundancy is so obvious that one likely misses it. Trying to
bring all SerDes setup into a unified shape, one thinks twice if
something is really needed or not.

For the RTL838x case, the single writes for take/release reset were still
an outlier. Looking closer at them one can see that the same bits are all
covered already in deactivate/activate. So before, they have been put
into the desired state but those outlier writes mess with them again.

[0, 3, 0x7146/0x7106] just deals with the SOFT_RST bit that is already
covered by rtpcs_838x_sds_reset.

[0, 0, 0xc00] touches multiple bits, amongst the EN_RX/EN_TX bits
already covered in deactivate/active. Moreover, it potentially forces
other bits into a state causing broken functionality, e.g.
INV_HSI/INV_HSO which deal with the polarity. This has no effect right
no right now but might be a latent issue in the future.

Also move the reset call down to the end of the function, doing a
soft/RX reset after every configuration is done. This is likely what the
SDK also intended, and mirrors the 839x behavior.

Link: https://github.com/openwrt/openwrt/pull/23746
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
8 days agorealtek: pcs: rtl838x: replace literal with macro
Jonas Jelonek [Thu, 11 Jun 2026 18:40:32 +0000 (18:40 +0000)] 
realtek: pcs: rtl838x: replace literal with macro

Replace 0 with MII_BMCR because in this context, it maps cleanly to
normal PHY register structure. BMCR_PDOWN is already used there to show
which bits are set.

Link: https://github.com/openwrt/openwrt/pull/23746
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
8 days agodnsmasq: update to 2.93 23669/head
John Audia [Fri, 5 Jun 2026 16:48:56 +0000 (12:48 -0400)] 
dnsmasq: update to 2.93

Changelog: https://github.com/imp/dnsmasq/blob/master/CHANGELOG#L1-L35

Removed upstreamed patches:
- 001-CVE-2026-2291.patch
- 002-CVE-2026-4890.dnsmasq-2.92.patch
- 003-CVE-2026-4891.patch
- 004-CVE-2026-4892.patch
- 005-CVE-2026-4893.patch
- 006-CVE-2026-5172.patch

All other patches rebased.

Build system: x86/64
Build-tested: x86/64-glibc
Run-tested: x86/64-glibc

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/23669
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
8 days agoath79: ws-ap3610: assign MAC address with nvmem 23146/head
Rosen Penev [Tue, 28 Apr 2026 21:52:29 +0000 (14:52 -0700)] 
ath79: ws-ap3610: assign MAC address with nvmem

Userspace handling is deprecated.

As with all ws-ap devices, a redundant u-boot environment is used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23146
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agorealtek: pcs: rtl838x: merge and simplify patching 23741/head
Jonas Jelonek [Sat, 6 Jun 2026 21:03:07 +0000 (21:03 +0000)] 
realtek: pcs: rtl838x: merge and simplify patching

Reduce the per-SerDes patching to a per-mode patching since they share a
lot of similarities, especially for QSGMII.

For fiber patching, the differences are bigger. This takes an approach
to merge the sequences completely despite applying some settings which
weren't applied before on one of the SerDes. Testing and SerDes dumps
showed no or minimal differences, and no practical effect on
functionality. A look at the SerDes register documentation we have shows
reordering the writes isn't problematic because most of the bits aren't
any trigger bits.

With all its users gone, we can now drop also the workaround SDS macro.

Link: https://github.com/openwrt/openwrt/pull/23741
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agorealtek: pcs: rtl838x: carve out writes for SerDes 0/1
Jonas Jelonek [Thu, 11 Jun 2026 08:28:27 +0000 (08:28 +0000)] 
realtek: pcs: rtl838x: carve out writes for SerDes 0/1

For an attempt to simplify and reduce patching, carve out two special
writes for SerDes 0/1. While their exact purpose isn't fully known, they
need to match to make QSGMII on those two SerDes work. In order to be
able to merge the per-SerDes QSGMII patching sequences, carve them out
to the patching function one level above.

Link: https://github.com/openwrt/openwrt/pull/23741
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agorealtek: pcs: rtl838x: set mode after patching
Jonas Jelonek [Sat, 6 Jun 2026 19:17:32 +0000 (19:17 +0000)] 
realtek: pcs: rtl838x: set mode after patching

In order to have a unified SerDes setup sequence, align RTL838x to all
other variants. Set the mode after patching has been applied. Testing on
devices showed the order is rather irrelevant.

Link: https://github.com/openwrt/openwrt/pull/23741
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agorealtek: pcs: rtl838x: carve out latching writes
Jonas Jelonek [Sat, 6 Jun 2026 17:09:24 +0000 (17:09 +0000)] 
realtek: pcs: rtl838x: carve out latching writes

Carve out two latching writes present in all patching sequences at the
end. They are redundant and can be moved to the caller.

Link: https://github.com/openwrt/openwrt/pull/23741
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agorealtek: pcs: rtl838x: fold lane enables and fiber path into {de,}activate
Jonas Jelonek [Wed, 22 Apr 2026 13:54:15 +0000 (13:54 +0000)] 
realtek: pcs: rtl838x: fold lane enables and fiber path into {de,}activate

Expand the 838x deactivate/activate helpers to also cover the analog lane
enables (REG0 EN_RX/EN_TX) and the fiber path power-down (FIB_REG0
CFG_FIB_PDOWN), which are operational-state concerns rather than reset
concerns:

 - _deactivate: clear EN_RX/EN_TX and set CFG_FIB_PDOWN in addition to
   block-level power off.
 - _activate: clear CFG_FIB_PDOWN and set EN_RX/EN_TX before block-level
   power on. The pulse-start EN=0 is omitted since _deactivate already
   established EN=0 and nothing in between touches REG0[1:0].

Shrink rtpcs_838x_sds_reset() accordingly: it now owns only the SOFT_RST
toggle, making it a pure digital reset primitive. The stale "SerDes %d
reset" dev_info was dropped along with the analog/fiber writes.

Behavioural note: the EN and FIB_PDOWN writes now happen *after* the
SOFT_RST release inside rtpcs_838x_sds_reset(), rather than before it as
in the old combined sds_reset. This creates a brief window where the
SerDes is out of digital reset with lanes still disabled, before
activate re-enables them. Consistent with the new
power_off/deactivate -> configure -> reset -> activate/power_on phase
structure, but diverges from the SDK ordering (EN pulse before SOFT_RST
release). Testing on real hardware shows no difference.

Link: https://github.com/openwrt/openwrt/pull/23741
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agorealtek: support Teltonika TSW202 21003/head
Patrick Grimm [Thu, 11 Jun 2026 17:52:05 +0000 (19:52 +0200)] 
realtek: support Teltonika TSW202

Add support for TSW202 PoE switch. This is an RTL8380 based switch
with two SFP slots, and 8 PoE 802.3af one every RJ-45 port.

The max budget is 240W.
The vendor firmware configures the PSE
with a per-port budget of 30.0W.

Specifications:
---------------
* SoC:       Realtek RTL8380M
* Flash:     16 MiB SPI NOR W25Q80RV, 8Mb_Serial_Flash, low_power
* RAM:       128 MiB Winbond W631GG8NB 151
* Ethernet:  8x 10/100/1000 Mbps with PoE
             2x SFP slots
* Buttons:   1 "Reset" button on front panel
* Power:     48V-54V DC barrel jack
* UART:      1 serial header with terminal on the back side.
             With ground, rx, tx, and 3.3V
* PoE:       2 XS2184
* LED:       2 i2c SL74HC164

Works:
------
  - (8) RJ-45 ethernet ports
  - (2) SFP with ethernet or fiber
  - Switch functions

TODO:
------
  - LEDs are always on
  - Power-over-Ethernet are always on

Install via web interface:
-------------------------

The openwrt firmware will not accept and flash the sysupgrade image.

It is recommended to flash with sysupgrade -n -f over ssh.

Dokumantation, Bootlogs, and Fotos can be found on

https://git.f2a.space/patrick/openwrt-24.10-tsw202/-/wikis/home

Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
Link: https://github.com/openwrt/openwrt/pull/21003
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agokernel: backport rtl8365mb DSA driver improvements 23738/head
Luiz Angelo Daros de Luca [Sat, 16 May 2026 16:32:04 +0000 (18:32 +0200)] 
kernel: backport rtl8365mb DSA driver improvements

Backport several fixes and enhancements for the rtl8365mb DSA driver
from upstream.

The backport includes the following changes:
- Fix for rtl8_4 tag (from v7.1)
- VLAN and Forwarding offload (from v7.2)

Before this backport, all bridge forwarding was handled by the CPU,
causing a significant performance drop between LAN ports, similar
to standard WAN/LAN routing. Enabling hardware forwarding offload
alleviates CPU overhead and restores line-rate switching performance.

Link: https://patch.msgid.link/20260408-realtek_fixes-v1-0-915ff1404d56@gmail.com
Link: https://patch.msgid.link/20260606-realtek_forward-v13-0-b9e409687cbe@gmail.com
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23738
Signed-off-by: Robert Marko <robimarko@gmail.com>
9 days agoqualcommbe: kiwi: include Realtek PHY kmod and RTL8261N firmware
Robert Marko [Thu, 11 Jun 2026 11:33:09 +0000 (13:33 +0200)] 
qualcommbe: kiwi: include Realtek PHY kmod and RTL8261N firmware

Since 6.18 RTL8261N support was added to the generic Realtek PHY driver
and was dropped from the downstream driver.

So, fix the missing RTL8261N support by including the Realtek PHY kmod
and the relevant firmware.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
9 days agoqualcommbe: ipq95xx: 6.18: refresh config
Robert Marko [Thu, 11 Jun 2026 11:32:27 +0000 (13:32 +0200)] 
qualcommbe: ipq95xx: 6.18: refresh config

Refresh the really outdated kernel config.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
9 days agoscripts: dhcp/dhcpv6: handling of invalid client ID values 23662/head
Shine [Sun, 31 May 2026 13:16:09 +0000 (15:16 +0200)] 
scripts: dhcp/dhcpv6: handling of invalid client ID values

Verify and clean up client ID and global DUID config values before use, in
order to prevent DHCP client malfunction and loss of IPv4 and/or IPv6
connectivity.

- Accept common separators in the string (colon, dash, spaces/tabs, lf)
- Ignore invalid values (non-hex or odd-numbered length)
- Log a warning for invalid settings

The fall back mechanism is as follows:

If a (user-configured) network.<ifname>.clientid setting is found invalid,
ignore and fall back to using network.globals.dhcp_default_duid. In case
that's also invalid (e.g. has been tampered with), don't pass a client
ID to updhc/odhcpc. In that case, udhcpc/odhcpc will use their defaults,
which currently is the i/f MAC address resp. the i/f DUID-LL.

Only error handling is introduced, no behavior change for valid settings.

Signed-off-by: Shine <4c.fce2@proton.me>
Link: https://github.com/openwrt/openwrt/pull/23662
Signed-off-by: Robert Marko <robimarko@gmail.com>
9 days agoipq40xx: remove ethernet0 alias 22550/head
Rosen Penev [Sat, 21 Mar 2026 01:19:37 +0000 (18:19 -0700)] 
ipq40xx: remove ethernet0 alias

Not needed when using nvmem. All others left alone.

Move some swport nvmem definitions to the root gmac to avoid a
randomized MAC address for the GMAC. The former inherits from the latter anyway.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22550
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agoath79: iodata etg3-r: set eth MAC in dts 21119/head
Rosen Penev [Tue, 9 Dec 2025 00:49:32 +0000 (16:49 -0800)] 
ath79: iodata etg3-r: set eth MAC in dts

Userspace handling is deprecated. WAN stuff needs to remain as no DSA
yet.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21119
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agonvram: use strdup 22370/head
Rosen Penev [Mon, 23 Feb 2026 02:06:07 +0000 (18:06 -0800)] 
nvram: use strdup

No need for malloc + strcpy.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22370
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agonvram: move variable assignment out of if
Rosen Penev [Sun, 22 Feb 2026 21:08:16 +0000 (13:08 -0800)] 
nvram: move variable assignment out of if

More readable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22370
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agonvram: use flex array
Rosen Penev [Wed, 11 Feb 2026 02:10:15 +0000 (18:10 -0800)] 
nvram: use flex array

Clarifies that the struct needs to be over allocated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22370
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agoramips: mt7621: use dts for label mac 22306/head
Rosen Penev [Sun, 1 Mar 2026 01:57:16 +0000 (17:57 -0800)] 
ramips: mt7621: use dts for label mac

Userspace handling was needed before band mac overrides.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22306
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agoramips: mr600-v2-eu: fix WAN MAC address
Rosen Penev [Fri, 20 Mar 2026 01:56:08 +0000 (18:56 -0700)] 
ramips: mr600-v2-eu: fix WAN MAC address

78110c3 states that the MAC for the WAN interface is LAN + 1.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22306
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
9 days agoipq40xx: use nvmem for mikrotik mac address 16257/head
Rosen Penev [Sat, 24 Aug 2024 20:54:10 +0000 (13:54 -0700)] 
ipq40xx: use nvmem for mikrotik mac address

Userspace handling is deprecated.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16257
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
10 days agogpio-rb91x-key: add gc owner 23731/head
Rosen Penev [Thu, 23 Apr 2026 22:01:41 +0000 (15:01 -0700)] 
gpio-rb91x-key: add gc owner

For platform drivers themselves this is not needed. but for gpiochips,
it is to avoid module unload.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23731
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
10 days agogpio-rb4xx: use GPIO_LINE_DIRECTION_OUT
Rosen Penev [Thu, 23 Apr 2026 21:56:29 +0000 (14:56 -0700)] 
gpio-rb4xx: use GPIO_LINE_DIRECTION_OUT

Remove the comment since the macro is descriptive enough.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23731
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
10 days agogpio-rb4xx: fix rb4xx_gpio_set on newer kernels
Rosen Penev [Thu, 23 Apr 2026 21:54:33 +0000 (14:54 -0700)] 
gpio-rb4xx: fix rb4xx_gpio_set on newer kernels

Propagate error code from rb4xx_gpio_cpld_set instead of just returning
0.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23731
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
10 days agogpio-rb4xx: use dev and remove of_node
Rosen Penev [Thu, 23 Apr 2026 21:49:11 +0000 (14:49 -0700)] 
gpio-rb4xx: use dev and remove of_node

Claude seems to get confused by a supposedly NULL of_node. Just use dev.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23731
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
10 days agogpio-rb4xx: fix unset ret
Rosen Penev [Thu, 23 Apr 2026 21:45:11 +0000 (14:45 -0700)] 
gpio-rb4xx: fix unset ret

Add an else branch to do so.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23731
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
10 days agolibnl: add host package 22889/head
John Audia [Sat, 11 Apr 2026 13:16:44 +0000 (09:16 -0400)] 
libnl: add host package

Add a host package, which is a new requirement for nfs-kernel-server.

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/22889
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
10 days agopackage: nftables backport of reproducible builds patches 23735/head
Paul Spooren [Wed, 10 Jun 2026 14:21:40 +0000 (16:21 +0200)] 
package: nftables backport of reproducible builds patches

Building `nftables` twice results in slightly different binaries and since
it's including in the OpenWrt default firmware, breaks reproducibility of
shipped artifacts.

Enabling autoreconf, since the patches introduce a `nftvbersion.h.in` file.

This commit backports patches netfilter to fix this:

* https://git.netfilter.org/nftables/commit/?id=ca86f206c92704170a295b8dc7a41f6448835dde
* https://git.netfilter.org/nftables/commit/?id=b92571cc59ce49fdd9fe2daac9350529adfb2424
* https://git.netfilter.org/nftables/commit/?id=2a0ec8a7246e5c5eb85270e3d4de43e20a00c577

Fixes: https://github.com/openwrt/openwrt/issues/23709
Link: https://github.com/openwrt/openwrt/pull/23735
Signed-off-by: Paul Spooren <mail@aparcar.org>
10 days agopackage: make APK embedded help gzip reproducible 23736/head
Paul Spooren [Wed, 10 Jun 2026 15:18:37 +0000 (17:18 +0200)] 
package: make APK embedded help gzip reproducible

APK compresses it's helptext using LUA and require `zlib`, which isn't
available on the Buildbots. It thens falls back to `gzip`, which embeds the
MTIME, making the binary itself unreproducible.

This commits adds a downstream patch to run `gzip` with `-n`, setting the time
to 0.

Link: https://github.com/openwrt/openwrt/pull/23736
Signed-off-by: Paul Spooren <mail@aparcar.org>
10 days agoprereq-build: increase GCC requirement to 10 23718/head
Rosen Penev [Tue, 9 Jun 2026 02:25:58 +0000 (19:25 -0700)] 
prereq-build: increase GCC requirement to 10

With ccache 4.13, it mandates a minimum of 10.

Fixes: 84cb042e3a8e ("tools/ccache: update to 4.13.3")
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23718
Signed-off-by: Robert Marko <robimarko@gmail.com>
10 days agoath79: wndap360: switch MACs to newer firmware 22895/head
Rosen Penev [Sat, 11 Apr 2026 22:31:22 +0000 (15:31 -0700)] 
ath79: wndap360: switch MACs to newer firmware

Original ar71xx has this setup:

define WNDAP360_WMAC0_MAC_OFFSET               0x120c
define WNDAP360_WMAC1_MAC_OFFSET               0x520c

/* Reusing wifi MAC with offset of 1 as eth0 MAC */
ath79_init_mac(ath79_eth0_data.mac_addr,
               art + WNDAP360_WMAC0_MAC_OFFSET, 1);

ap94_pci_init(art + WNDAP360_CALDATA0_OFFSET,
              art + WNDAP360_WMAC0_MAC_OFFSET,
              art + WNDAP360_CALDATA1_OFFSET,
              art + WNDAP360_WMAC1_MAC_OFFSET);

The ath79 port made a questionable change for eth0 being just art with
no offset. That MAC ends up being the OUI for Atheros.

WNDAP360_WMAC1_MAC_OFFSET is the same as WNDAP360_WMAC0_MAC_OFFSET
except with the first hex value being subtracted by 2, which is not a
valid OUI.

And newer Netgear firmware seems to assign differently as well,
art_120C as a base and the others incremented by 0x8.

Switch the assignment to the latest firmware and add label-mac-device to
document that the first Wi-FI MAC address is printed on the device.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22895
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
10 days agotreewide: remove usage of of_device.h 23071/head
Rosen Penev [Thu, 23 Apr 2026 22:12:31 +0000 (15:12 -0700)] 
treewide: remove usage of of_device.h

of_device.h was used only for of_match_device. That is no longer
used in most places so we can drop the extra header.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23071
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
10 days agoprereq-build: bump python requirement to 3.8 23521/head
Rosen Penev [Mon, 25 May 2026 01:49:04 +0000 (18:49 -0700)] 
prereq-build: bump python requirement to 3.8

Even though 3.8 is quite old, it's still used by Ubuntu 20.04 LTS. Bump
the version to get some extra features.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23521
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agoath79: mynet-wifi-rangeextender: use nvmem 14666/head
Rosen Penev [Sat, 9 May 2026 20:57:32 +0000 (13:57 -0700)] 
ath79: mynet-wifi-rangeextender: use nvmem

Convert the last remaining userspace eeprom for ath9k to nvmem. Well,
easily converted at least.

wifi MAC has to be handled in userspace as the kernel nvram driver works
on memory mapped addresses, not mtd ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/14666
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agoath79: fix label-mac-device
Rosen Penev [Thu, 4 Dec 2025 03:15:05 +0000 (19:15 -0800)] 
ath79: fix label-mac-device

It appears 683-of_net-add-mac-address-to-of-tree.patch relies on the
mac-address nvmem property being present. These nodes don't need it as
they take it from the eeprom but label-mac-device needs it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/14666
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agomicrochipsw: lan969x: refresh config
Robert Marko [Wed, 29 Apr 2026 15:39:26 +0000 (17:39 +0200)] 
microchipsw: lan969x: refresh config

Refresh the kernel config.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
11 days agomicrochipsw: use upstreamed NVMEM support
Robert Marko [Tue, 9 Jun 2026 09:27:38 +0000 (11:27 +0200)] 
microchipsw: use upstreamed NVMEM support

NVMEM OTP support was upstreamed, so backport those patches instead of
our downstream ones.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
11 days agomicrochipsw: replace hwmon patch with upstreamed one
Robert Marko [Tue, 9 Jun 2026 09:08:31 +0000 (11:08 +0200)] 
microchipsw: replace hwmon patch with upstreamed one

Selection of Sparx5 hwmon driver for LAN969x was upstreamed, so use that
instead of the downstream patch.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
11 days agomicrochipsw: renumber upstreamed patches
Robert Marko [Tue, 9 Jun 2026 09:01:57 +0000 (11:01 +0200)] 
microchipsw: renumber upstreamed patches

Lets restart the numbering from 0 as most of the patches were upstreamed.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
11 days agomicrochipsw: backport MDIO probe defferal silencing
Robert Marko [Tue, 9 Jun 2026 07:48:11 +0000 (09:48 +0200)] 
microchipsw: backport MDIO probe defferal silencing

Currently, MDIO driver will print the probe defferal as error.
So, instead of spaming the log, backport the upstream fix for it.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
11 days agorealtek: rtl930x: add support for Sirivision SR-ST3408F 23686/head
Darell Tan [Sat, 6 Jun 2026 11:35:53 +0000 (11:35 +0000)] 
realtek: rtl930x: add support for Sirivision SR-ST3408F

This commit adds support for the Sirivision SR-ST3408F,
an 8-port 10G switch with 4x RJ45 ports and 4x SFP ports.

SoC:      Realtek RTL9303
RAM:      512 MiB DDR3
Flash:    SPI-NOR 16 MiB (Winbond)
Ethernet: 4x RJ45 via RTL8261BE PHY (10G/5G/2.5G/1G/100M/10M)
          4x SFP+
LEDs:     1x power, 1x system green
          2x RJ45 LEDs/port (link/act, 10G)
          1x SFP+ LED/port (link/act)
Button:   Reset
Console:  Cisco-style RJ45, 115200 8n1
Fan:      4040 12V fan (hardwired)
Power:    12V 3A internal PSU

OpenWrt installation
---------------------

1. Attach to serial console using a Cisco cable, 115200 8n1
2. Power on the switch and rapidly press Esc to interrupt U-Boot
3. Initialize the RJ45 ports by running `rtk network on`
4. Serve the initramfs-kernel.bin image on TFTP, IP 192.168.1.111
5. Use any RJ45 port to connect to your TFTP server
6. Run `tftpboot 0x81000000 initramfs-kernel.bin; bootm`
7. Use `mtd dump` or `dd` to backup the original firmware at `mtd5` first
8. Run sysupgrade to flash sysupgrade.bin into the switch and reboot

Restoring original firmware
-----------------------------

Vendor does not provide firmware images, so you should have made a backup.
Use `mtd write` to restore your backed up copy into the `mtd5` partition.

MAC Address
------------
All interfaces are assigned the same MAC address, from the U-Boot env
`ethaddr`. This MAC address is also printed on the device label.

Signed-off-by: Darell Tan <darell.tan@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23686
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agokernel: iio: add kmod-iio-ad7405 package 22989/head
Thomas Richard [Sat, 18 Apr 2026 12:54:38 +0000 (14:54 +0200)] 
kernel: iio: add kmod-iio-ad7405 package

Create kernel package for the AD7405 ADC driver.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/22989
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agostm32: add kmod-stm32-omm package
Thomas Richard [Sat, 18 Apr 2026 12:53:22 +0000 (14:53 +0200)] 
stm32: add kmod-stm32-omm package

This adds STM32 Octo Memory Manager support.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/22989
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agostm32: add kmod-stm32-csi package
Thomas Richard [Sat, 18 Apr 2026 12:52:20 +0000 (14:52 +0200)] 
stm32: add kmod-stm32-csi package

This adds STM32 Camera Serial Interface (CSI) support.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/22989
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agostm32: add kmod-spi-stm32-ospi and kmod-spi-stm32-qspi
Thomas Richard [Sat, 18 Apr 2026 12:50:26 +0000 (14:50 +0200)] 
stm32: add kmod-spi-stm32-ospi and kmod-spi-stm32-qspi

This adds STM32 OCTO and QUAD SPI controller support.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/22989
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agostm32: 6.18: disable some unnecessary options
Thomas Richard [Sat, 18 Apr 2026 12:37:33 +0000 (14:37 +0200)] 
stm32: 6.18: disable some unnecessary options

The COMMON_CLK_STM32MP215 option is for clock support on MP215 platforms,
and PINCTRL_STM32_HDP is for Hardware Debug Port pin control. They can be
safely removed.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/22989
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agostm32: enable 6.18 testing kernel
Thomas Richard [Sat, 18 Apr 2026 12:30:44 +0000 (14:30 +0200)] 
stm32: enable 6.18 testing kernel

The stm32 target now supports 6.18 kernel as testing.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/22989
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agostm32: 6.18: update kernel 6.18 config
Thomas Richard [Sat, 18 Apr 2026 12:28:34 +0000 (14:28 +0200)] 
stm32: 6.18: update kernel 6.18 config

Update stm32mp1 kernel config for 6.18.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/22989
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agostm32: fix return value of phy_power_on() in dwmac-stm32 driver
Thomas Richard [Mon, 18 May 2026 08:36:04 +0000 (10:36 +0200)] 
stm32: fix return value of phy_power_on() in dwmac-stm32 driver

Patch 700-net-stmmac-dwmac-stm32-add-support-of-phy-supply-pro.patch
introduces phy-supply support in dwmac-stm32 driver. But the phy_power_on()
function always returns 0 even if it failed to drive the regulator. So fix
phy_power_on() to return an error if something wrong happened.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/22989
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agostm32: 6.18: refresh kernel patches
Thomas Richard [Sat, 18 Apr 2026 12:24:16 +0000 (14:24 +0200)] 
stm32: 6.18: refresh kernel patches

Drop upstreamed patches and refresh remaining ones.

Manually rebased:
- 700-net-stmmac-dwmac-stm32-add-support-of-phy-supply-pro.patch

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/22989
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agokernel/stm32: restore files for v6.12
Thomas Richard [Fri, 17 Apr 2026 18:55:39 +0000 (20:55 +0200)] 
kernel/stm32: restore files for v6.12

This is an automatically generated commit which aids following Kernel patch
history, as git will see the move and copy as a rename thus defeating the
purpose.

For the original discussion see:
https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/22989
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
11 days agokernel/stm32: create files for v6.18 (from v6.12)
Thomas Richard [Fri, 17 Apr 2026 18:55:39 +0000 (20:55 +0200)] 
kernel/stm32: create files for v6.18 (from v6.12)

This is an automatically generated commit.

When doing `git bisect`, consider `git bisect --skip`.

Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://github.com/openwrt/openwrt/pull/22989
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
12 days agouclient: update to Git HEAD (2026-06-07) 23693/head
Hauke Mehrtens [Sun, 7 Jun 2026 11:31:36 +0000 (13:31 +0200)] 
uclient: update to Git HEAD (2026-06-07)

f227ab4f1285 uclient: fix memory leak of url when backend alloc fails
645236607a3d uclient: free proxy_url in uclient_free
53d2d11fb00d uclient-http: fix NULL deref when digest WWW-Authenticate lacks params
0ba1b8718be5 ucode: check calloc return in uc_uclient_new
5cb19466d076 uclient-fetch: reset redirect counter per request
568c447950c1 uclient-fetch: retry short writes and surface errors
4c4a61a69ac3 uclient-fetch: use strtoull to parse Content-Length
440ca260622d uclient-http: validate Content-Length and chunk sizes from the server
8658324bd234 uclient: cast to unsigned char before ctype classifications
bf403fa0f8e5 uclient-fetch: reject CR in --header values
ec47f4176b1e uclient-fetch: always allocate auth_str and free it on exit
391dacd10d31 uclient-http: fail digest auth when the cnonce cannot be randomized
ba1f4311b099 ucode: clamp read length to the size of the static buffer
0ba47f319b09 uclient-fetch: advance to the next URL between requests
9dd0055d527d uclient: initialize *port for unknown address families
f816506651d5 uclient-http: start digest nonce count at 1
9b9b2da40835 uclient-http: fix 2-byte buffer undercount in digest add_field
80fb1e5ee68b ucode: avoid double-free of SSL context on ssl_init error
d44fb561bbcf ucode: don't clear an unrelated registry slot on free
02562403d2a3 uclient-fetch: close the output file before fetching the next URL
4a63561d0012 uclient-http: initialize fd to -1 so a failed connect can't close stdin
428ae8342118 uclient: cancel pending timers in uclient_free()
ffd8db308289 uclient-fetch: guard SSL debug setup against a missing SSL context
9f4db039a263 ucode: release callback argument references
d2af92b0aad9 uclient-http: resolve redirects against the proxy target URL
5dddda023267 uclient-utils: avoid out-of-bounds pointer in get_url_filename
8507588e7ce7 uclient-http: use the proxy target URL for HTTP authentication
322c89c6ca0a uclient-http: retry 401 auth for all body-less request methods
db3bb00ddda7 uclient-http: accept unquoted digest auth parameter values
5ce9983b2a11 uclient-http: follow 303 and 308 redirects
070c868486dc uclient-fetch: finalize request on invalid 206 Content-Range
83659a5a9bc1 uclient-fetch: concatenate multiple URLs into a single -O file
43bed2753998 ucode: don't leak string references in status()/get_headers()
03b17e4fc793 uclient-fetch: attach credentials to the proxy target, not the proxy
74c07b12f7ab uclient-fetch: don't run the progress meter in spider mode
daad21fa2c17 uclient-fetch: handle init_request failure on the 204 resume retry

Link: https://github.com/openwrt/openwrt/pull/23693
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
12 days agomtd: fix buffer leak and fd leak in mtd_dump() 23706/head
Anna Kiri [Mon, 8 Jun 2026 09:07:05 +0000 (11:07 +0200)] 
mtd: fix buffer leak and fd leak in mtd_dump()

Two leaks in mtd_dump():

- The buffer allocated with malloc(erasesize) is never freed before
  returning, leaking erasesize bytes on every call.
- The pre-existing malloc-NULL early return path also leaked the just-
  opened fd by returning directly instead of going through cleanup.

Initialize buf to NULL, route the malloc-NULL case through the
existing 'out:' label, and add free(buf) on the cleanup path so both
fd and buf are released consistently on every exit.

Signed-off-by: Anna Kiri <bredcorn@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23706
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
12 days agomtd: check malloc() return value in mtd_check() 23705/head
Anna Kiri [Mon, 8 Jun 2026 09:06:32 +0000 (11:06 +0200)] 
mtd: check malloc() return value in mtd_check()

After malloc(erasesize) in mtd_check(), the result was never checked
for NULL. On allocation failure, the buf pointer remained NULL and
would later be used in image_check() via read(imagefd, buf + buflen,
...), causing a NULL pointer dereference.

Add a NULL check after the allocation and return early. The early
return path also closes the just-opened fd and frees the strdup'd
colon-separated device-list copy to avoid leaks.

Signed-off-by: Anna Kiri <bredcorn@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23705
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
12 days agomtd: check return values of lseek() and write() in mtd_write_buffer() 23552/head
Anna Kiri [Mon, 8 Jun 2026 09:05:55 +0000 (11:05 +0200)] 
mtd: check return values of lseek() and write() in mtd_write_buffer()

Two ignored return values in mtd_write_buffer() caused silent failures:

- lseek() return value was ignored. A failed seek (e.g. EBADF, ESPIPE)
  followed by write() would silently write at the wrong offset.
- write() return value was ignored, silently discarding write errors.
  This could lead to data corruption on the MTD device without any
  indication.

Check both return values, report errors to stderr and return -1 on
failure.

Signed-off-by: Anna Kiri <bredcorn@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23552
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
12 days agolinux-firmware: improve firmware package descriptions 23688/head
Tim Small [Fri, 5 Jun 2026 11:52:57 +0000 (12:52 +0100)] 
linux-firmware: improve firmware package descriptions

Improve some descriptions so that they make the purpose of the
particular firmware package clearer to the user (e.g. as viewed in
verbose package listings).

Signed-off-by: Tim Small <tim@seoss.co.uk>
Link: https://github.com/openwrt/openwrt/pull/23688
Signed-off-by: Robert Marko <robimarko@gmail.com>
12 days agoipq806x: ap3935: disable hibernation on LAN1 23208/head
Grische [Sun, 3 May 2026 14:34:46 +0000 (16:34 +0200)] 
ipq806x: ap3935: disable hibernation on LAN1

The Extreme Networks AP3935's LAN1 port (gmac0/RGMII to AR8035 at MDIO
addr 1) fails to acquire a link if no Ethernet cable is connected at
power-on; the port stays dead even after a cable is later inserted, and
only a network restart recovers it.

The AR803x family enables hibernation mode by default, this setting
overrides it.

Signed-off-by: Grische <github@grische.xyz>
Link: https://github.com/openwrt/openwrt/pull/23208
Signed-off-by: Robert Marko <robimarko@gmail.com>
13 days agoqualcommax: update qca8k fixed link patch to v2
Robert Marko [Sun, 7 Jun 2026 21:01:50 +0000 (23:01 +0200)] 
qualcommax: update qca8k fixed link patch to v2

Update the qca8k fixed link patch to v2 that is pending upstream.

Signed-off-by: Robert Marko <robimarko@gmail.com>
13 days agorealtek: pcs: replace __free() auto-cleanup stuff 23694/head
Jonas Jelonek [Tue, 2 Jun 2026 21:44:22 +0000 (21:44 +0000)] 
realtek: pcs: replace __free() auto-cleanup stuff

Upstream netdev maintainers disregard both variable declarations
mid-function and usage of __free() for auto-cleanup [1]. To avoid any
pain when trying to upstream the PCS driver at some point, adjust that
now before forgetting it.

[1] https://www.kernel.org/doc/html/next/process/maintainer-netdev.html#using-device-managed-and-cleanup-h-constructs

Link: https://github.com/openwrt/openwrt/pull/23694
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
13 days agox86/64: config-6.18 remove obsolete options from config 23687/head
John Audia [Sat, 6 Jun 2026 12:17:46 +0000 (08:17 -0400)] 
x86/64: config-6.18 remove obsolete options from config

Remove some dead weight from the config due to changes in the CRYPTO API
in 6.18. These are now internal library optimizations rather than selectable
algorithms, the corresponding Kconfig options were removed.

ref: https://www.mail-archive.com/linux-yocto@lists.yoctoproject.org/msg06813.html

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/23687
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
13 days agoomap: drop v6.12 and default to v6.18 22728/head
Andre Heider [Tue, 5 May 2026 19:51:54 +0000 (21:51 +0200)] 
omap: drop v6.12 and default to v6.18

Switch to kernel v6.18 and drop v6.12.

Signed-off-by: Andre Heider <a.heider@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22728
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
13 days agoomap: enable 6.18 testing kernel
Andre Heider [Wed, 1 Apr 2026 06:39:59 +0000 (08:39 +0200)] 
omap: enable 6.18 testing kernel

The omap target now supports 6.18 kernel as testing.

Signed-off-by: Andre Heider <a.heider@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22728
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
13 days agoomap: update kernel 6.18 config
Andre Heider [Wed, 1 Apr 2026 06:39:40 +0000 (08:39 +0200)] 
omap: update kernel 6.18 config

Plain `make kernel_oldconfig`

Signed-off-by: Andre Heider <a.heider@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22728
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
13 days agokernel: 6.18: update config for new knobs
Andre Heider [Tue, 7 Apr 2026 07:14:20 +0000 (09:14 +0200)] 
kernel: 6.18: update config for new knobs

These were discovered when migrating omap to 6.18.

Signed-off-by: Andre Heider <a.heider@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22728
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
13 days agokernel/omap: restore files for v6.12
Andre Heider [Wed, 1 Apr 2026 13:13:40 +0000 (15:13 +0200)] 
kernel/omap: restore files for v6.12

This is an automatically generated commit which aids following Kernel patch
history, as git will see the move and copy as a rename thus defeating the
purpose.

For the original discussion see:
https://lists.openwrt.org/pipermail/openwrt-devel/2023-October/041673.html

Signed-off-by: Andre Heider <a.heider@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22728
Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>