[openwrt/openwrt] uboot-tools: envtools: ipq806x: add env for IgniteNet SS-W2-AC2600

LEDE Commits lede-commits at lists.infradead.org
Tue Jun 24 18:07:54 PDT 2025


dangole pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/72b895b631f783c5dcd8937c98e4cfae64194083

commit 72b895b631f783c5dcd8937c98e4cfae64194083
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Jun 10 23:56:47 2025 +0200

    uboot-tools: envtools: ipq806x: add env for IgniteNet SS-W2-AC2600
    
    The IgniteNet SunSpot AC Wave2 uses the standard smem-assigned partition
    for its bootloader environment.
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/boot/uboot-tools/uboot-envtools/files/ipq806x | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/boot/uboot-tools/uboot-envtools/files/ipq806x b/package/boot/uboot-tools/uboot-envtools/files/ipq806x
index c0d11b70d7..44dae17c1b 100644
--- a/package/boot/uboot-tools/uboot-envtools/files/ipq806x
+++ b/package/boot/uboot-tools/uboot-envtools/files/ipq806x
@@ -42,6 +42,11 @@ extreme,ap3935)
 	ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
 	ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000"
 	;;
+ignitenet,ss-w2-ac2600|\
+qcom,ipq8064-ap148|\
+qcom,ipq8064-db149)
+	ubootenv_add_uci_config $(ubootenv_mtdinfo)
+	;;
 linksys,ea7500-v1|\
 linksys,ea8500)
 	ubootenv_add_uci_config "/dev/mtd10" "0x0" "0x20000" "0x20000"
@@ -52,10 +57,6 @@ netgear,r7800)
 nokia,ac400i)
 	ubootenv_add_uci_config "/dev/mtd20" "0x0" "0x040000" "0x20000"
 	;;
-qcom,ipq8064-ap148|\
-qcom,ipq8064-db149)
-	ubootenv_add_uci_config $(ubootenv_mtdinfo)
-	;;
 ubnt,unifi-ac-hd|\
 zyxel,nbg6817)
 	ubootenv_add_uci_config "/dev/mtdblock9" "0x0" "0x10000" "0x10000"




More information about the lede-commits mailing list