mediatek: drop redmi-ax6000 variant with modified env
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / mediatek_filogic
index f73ea80109a42365ea51376cc46fd9a073a70041..787fac8dd6796b6ca5ad7a2d2f85c9278ce9d9fe 100644 (file)
@@ -34,11 +34,18 @@ bananapi,bpi-r3)
                ;;
        esac
        ;;
-xiaomi,redmi-router-ax6000|\
 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