]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
uboot-tools: uboot-envtools: add support for I-O DATA WN-DAX3000GR
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Wed, 4 Jun 2025 20:14:24 +0000 (05:14 +0900)
committerRobert Marko <robimarko@gmail.com>
Thu, 12 Jun 2025 08:54:34 +0000 (10:54 +0200)
Add support for I-O DATA WN-DAX3000GR to update bootdelay variable while
sysupgrade.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19053
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx

index 5bc12b149245a67d4a07d6ff201be63ff6045a94..a1d96b465db79eb1f46890fd0919791a35b183ea 100644 (file)
@@ -8,7 +8,8 @@ touch /etc/config/ubootenv
 board=$(board_name)
 
 case "$board" in
-elecom,wrc-x3000gs2)
+elecom,wrc-x3000gs2|\
+iodata,wn-dax3000gr)
        idx="$(find_mtd_index 0:appsblenv)"
        [ -n "$idx" ] && \
                ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x40000" "0x20000"