[openwrt/openwrt] uboot-tools: uboot-envtools: add support for I-O DATA WN-DAX3000GR

LEDE Commits lede-commits at lists.infradead.org
Thu Jun 12 01:54:38 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c07b55247090795c5f6d6cbd074ac26a331932a4

commit c07b55247090795c5f6d6cbd074ac26a331932a4
Author: INAGAKI Hiroshi <musashino.open at gmail.com>
AuthorDate: Thu Jun 5 05:14:24 2025 +0900

    uboot-tools: uboot-envtools: add support for I-O DATA WN-DAX3000GR
    
    Add support for I-O DATA WN-DAX3000GR to update bootdelay variable while
    sysupgrade.
    
    Signed-off-by: INAGAKI Hiroshi <musashino.open at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/19053
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx b/package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx
index 5bc12b1492..a1d96b465d 100644
--- a/package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx
+++ b/package/boot/uboot-tools/uboot-envtools/files/qualcommax_ipq50xx
@@ -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"




More information about the lede-commits mailing list