diff options
| author | Shiji Yang | 2025-07-16 14:30:26 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-08-07 15:41:54 +0000 |
| commit | c65ae24cf13ec9cd158d2ffb2f36cd90c7b5781c (patch) | |
| tree | 01b279ba12a54520735f16791161e6a17ec8a305 | |
| parent | 1199a7aad67a820b961720dafc658a2d8b6a2386 (diff) | |
| download | openwrt-c65ae24cf13ec9cd158d2ffb2f36cd90c7b5781c.tar.gz | |
uboot-envtools: ramips: add env config for SIM SIMAX1800U
This newly supported device has the same env partition size and
offset as SIMAX1800T.
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19455
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/uboot-tools/uboot-envtools/files/ramips | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/boot/uboot-tools/uboot-envtools/files/ramips b/package/boot/uboot-tools/uboot-envtools/files/ramips index 8d53524a2c..3ec3da6988 100644 --- a/package/boot/uboot-tools/uboot-envtools/files/ramips +++ b/package/boot/uboot-tools/uboot-envtools/files/ramips @@ -85,7 +85,8 @@ zyxel,wsm20) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000" ;; haier,har-20s2u1|\ -sim,simax1800t) +sim,simax1800t|\ +sim,simax1800u) ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x20000" "0x20000" ubootenv_add_uci_sys_config "/dev/mtd1" "0x40000" "0x40000" "0x20000" ;; |