uboot-mediatek: add support for Xiaomi Redmi Router AX6000
[openwrt/staging/wigyori.git] / package / boot / uboot-envtools / files / mediatek_filogic
index f73ea80109a42365ea51376cc46fd9a073a70041..bdff66a17bc858e9221bfb8285263fc4fb08f445 100644 (file)
@@ -39,6 +39,14 @@ xiaomi,redmi-router-ax6000-stock)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x20000"
        ubootenv_add_uci_sys_config "/dev/mtd2" "0x0" "0x10000" "0x20000"
        ;;
+xiaomi,redmi-router-ax6000-ubootmod)
+       . /lib/upgrade/nand.sh
+       local envubi=$(nand_find_ubi ubi)
+       local envdev=/dev/$(nand_find_volume $envubi ubootenv)
+       local envdev2=/dev/$(nand_find_volume $envubi ubootenv2)
+       ubootenv_add_uci_config "$envdev" "0x0" "0x1f000" "0x20000" "1"
+       ubootenv_add_uci_config "$envdev2" "0x0" "0x1f000" "0x20000" "1"
+       ;;
 esac
 
 config_load ubootenv