diff options
| author | Rosen Penev | 2026-04-10 19:04:04 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-04-16 19:21:04 +0000 |
| commit | 99a502bbc4faf94f10f6ee68927fd4388b7e7517 (patch) | |
| tree | 78721c96331d3f791850f3f2dc16e6b856cd326a | |
| parent | 4bd0c98046caab690da5e91be918dd8973f30d40 (diff) | |
| download | openwrt-99a502bbc4faf94f10f6ee68927fd4388b7e7517.tar.gz | |
uboot-envtools: add extreme-networks,ws-ap3805i
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>
| -rw-r--r-- | package/boot/uboot-tools/uboot-envtools/files/ath79 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/boot/uboot-tools/uboot-envtools/files/ath79 b/package/boot/uboot-tools/uboot-envtools/files/ath79 index 1053b19ae5..95373e5997 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" ;; |