mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
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>
This commit is contained in:
parent
1199a7aad6
commit
c65ae24cf1
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue