From 41c053141e678b670d0bc67edf2bb1166c3d7f0a Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Mon, 22 Jan 2024 00:56:47 +0000 Subject: mediatek: mt7622: convert unifi6lr-v{1,2,3}-ubootmod to fitblk No bootloader changes needed in this case, smooth transition. Signed-off-by: Daniel Golle --- package/boot/uboot-envtools/files/mediatek_mt7622 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/boot/uboot-envtools/files') diff --git a/package/boot/uboot-envtools/files/mediatek_mt7622 b/package/boot/uboot-envtools/files/mediatek_mt7622 index 732f7d5a0e..b4b1698d3f 100644 --- a/package/boot/uboot-envtools/files/mediatek_mt7622 +++ b/package/boot/uboot-envtools/files/mediatek_mt7622 @@ -52,8 +52,10 @@ buffalo,wsr-2533dhp2) ruijie,rg-ew3200gx-pro) ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x20000" "0x20000" ;; -ubnt,unifi-6-lr-ubootmod) - ubootenv_add_uci_config "/dev/mtd2" "0x0" "0x4000" "0x1000" +ubnt,unifi-6-lr-v1-ubootmod|\ +ubnt,unifi-6-lr-v2-ubootmod|\ +ubnt,unifi-6-lr-v3-ubootmod) + ubootenv_add_uci_config "/dev/mtd$(find_mtd_index "u-boot-env")" "0x0" "0x4000" "0x1000" ;; xiaomi,redmi-router-ax6s) ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x40000" -- cgit v1.2.3