From 7915d9a153524446e193f987c2d7c0841934eba2 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 10 Apr 2026 12:04:04 -0700 Subject: [PATCH] uboot-envtools: add extreme-networks,ws-ap3805i This device has a redundant configuration. Important when writing to it. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/22882 Signed-off-by: Robert Marko --- package/boot/uboot-tools/uboot-envtools/files/ath79 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/boot/uboot-tools/uboot-envtools/files/ath79 b/package/boot/uboot-tools/uboot-envtools/files/ath79 index 1053b19ae55..95373e59979 100644 --- a/package/boot/uboot-tools/uboot-envtools/files/ath79 +++ b/package/boot/uboot-tools/uboot-envtools/files/ath79 @@ -119,6 +119,10 @@ dell,apl27-0b1) domywifi,dw33d) ubootenv_add_uci_config "/dev/mtd4" "0x0" "0x10000" "0x10000" ;; +extreme-networks,ws-ap3805i) + ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x1000" "0x4000" "1" + ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x1000" "0x4000" "1" + ;; glinet,gl-ar150) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x8000" "0x10000" ;;