From 4bd0c98046caab690da5e91be918dd8973f30d40 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 10 Apr 2026 11:45:00 -0700 Subject: [PATCH] ath79: enterasys,ws-ap3805i: fix u-boot env This is apparently a redundant u-boot config split between cfg1 and cfg2. The size is also 0x10000 instead of the full amount. This is needed in order to fix ethernet probing. Fixes: 3faa3a04bb ("ath79: enterasys,ws-ap3805i: use nvmem") Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/22882 Signed-off-by: Robert Marko --- target/linux/ath79/dts/qca9557_extreme-networks_ws-ap3805i.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/target/linux/ath79/dts/qca9557_extreme-networks_ws-ap3805i.dts b/target/linux/ath79/dts/qca9557_extreme-networks_ws-ap3805i.dts index 0a1cb5b5f7..ea5e71acc0 100644 --- a/target/linux/ath79/dts/qca9557_extreme-networks_ws-ap3805i.dts +++ b/target/linux/ath79/dts/qca9557_extreme-networks_ws-ap3805i.dts @@ -143,7 +143,8 @@ read-only; nvmem-layout { - compatible = "u-boot,env"; + compatible = "u-boot,env-redundant-count"; + env-size = <0x10000>; macaddr_uboot_ethaddr: ethaddr { };