]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
uboot-envtools: add extreme-networks,ws-ap3805i 22882/head
authorRosen Penev <rosenp@gmail.com>
Fri, 10 Apr 2026 19:04:04 +0000 (12:04 -0700)
committerRobert Marko <robimarko@gmail.com>
Thu, 16 Apr 2026 19:20:01 +0000 (21:20 +0200)
This device has a redundant configuration. Important when writing to it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22882
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/boot/uboot-tools/uboot-envtools/files/ath79

index 1053b19ae55241a039a124046d9a92a11aa95a8a..95373e5997949ee0607645176e46a4b080669de2 100644 (file)
@@ -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"
        ;;