uboot-envtools: add support for I-O DATA BSH-G24MB
authorINAGAKI Hiroshi <musashino.open@gmail.com>
Sun, 18 Apr 2021 01:23:09 +0000 (10:23 +0900)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 7 Mar 2022 20:44:53 +0000 (21:44 +0100)
This patch adds the device-specific configuration to u-boot-envtools for
I-O DATA BSH-G24MB switch.

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
package/boot/uboot-envtools/files/realtek

index 914d15583bd65b48c1657d916546660c3987a8c9..a609362a53a2286bfc1cbd86575bf812385098d9 100644 (file)
@@ -23,6 +23,14 @@ zyxel,gs1900-24hp-v2)
        [ -n "$idx2" ] && \
                ubootenv_add_uci_sys_config "/dev/mtd$idx2" "0x0" "0x1000" "0x10000"
        ;;
+iodata,bsh-g24mb)
+       idx="$(find_mtd_index u-boot-env)"
+       [ -n "$idx" ] && \
+               ubootenv_add_uci_config "/dev/mtd$idx" "0x0" "0x10000" "0x10000"
+       idx2="$(find_mtd_index u-boot-env2)"
+       [ -n "$idx2" ] && \
+               ubootenv_add_uci_sys_config "/dev/mtd$idx2" "0x0" "0x3800" "0x10000"
+       ;;
 *)
        idx="$(find_mtd_index u-boot-env)"
        [ -n "$idx" ] && \