aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2021-04-18 10:23:09 +0900
committerHauke Mehrtens <hauke@hauke-m.de>2022-03-07 21:44:53 +0100
commit98113220fa87019c01dfcf08f41730f97323858a (patch)
tree23e0d2b128a548af8ef0e299a39bbc057a1b8310 /package/boot
parent7b19770525bcb10c82bd6fd769b8db574ac9087f (diff)
downloadupstream-98113220fa87019c01dfcf08f41730f97323858a.tar.gz
upstream-98113220fa87019c01dfcf08f41730f97323858a.tar.bz2
upstream-98113220fa87019c01dfcf08f41730f97323858a.zip
uboot-envtools: add support for I-O DATA BSH-G24MB
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>
Diffstat (limited to 'package/boot')
-rw-r--r--package/boot/uboot-envtools/files/realtek8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/boot/uboot-envtools/files/realtek b/package/boot/uboot-envtools/files/realtek
index 914d15583b..a609362a53 100644
--- a/package/boot/uboot-envtools/files/realtek
+++ b/package/boot/uboot-envtools/files/realtek
@@ -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" ] && \