|
@@ -49,6 +49,14 @@ xiaomi,redmi-router-ax6000-ubootmod|\
|
|
|
zyxel,ex5601-t0-ubootmod)
|
|
zyxel,ex5601-t0-ubootmod)
|
|
|
ubootenv_add_ubi_default
|
|
ubootenv_add_ubi_default
|
|
|
;;
|
|
;;
|
|
|
|
|
+acer,predator-w6|\
|
|
|
|
|
+glinet,gl-mt2500|\
|
|
|
|
|
+glinet,gl-mt6000|\
|
|
|
|
|
+glinet,gl-x3000|\
|
|
|
|
|
+glinet,gl-xe3000)
|
|
|
|
|
+ local envdev=$(find_mmc_part "u-boot-env")
|
|
|
|
|
+ ubootenv_add_uci_config "$envdev" "0x0" "0x80000"
|
|
|
|
|
+ ;;
|
|
|
asus,rt-ax59u)
|
|
asus,rt-ax59u)
|
|
|
ubootenv_add_uci_config "/dev/mtd0" "0x100000" "0x20000" "0x20000"
|
|
ubootenv_add_uci_config "/dev/mtd0" "0x100000" "0x20000" "0x20000"
|
|
|
;;
|
|
;;
|
|
@@ -89,13 +97,6 @@ dlink,aquila-pro-ai-m30-a1)
|
|
|
gatonetworks,gdsp)
|
|
gatonetworks,gdsp)
|
|
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
|
|
|
;;
|
|
;;
|
|
|
-glinet,gl-x3000|\
|
|
|
|
|
-glinet,gl-xe3000|\
|
|
|
|
|
-glinet,gl-mt2500|\
|
|
|
|
|
-glinet,gl-mt6000)
|
|
|
|
|
- local envdev=$(find_mmc_part "u-boot-env")
|
|
|
|
|
- ubootenv_add_uci_config "$envdev" "0x0" "0x80000"
|
|
|
|
|
- ;;
|
|
|
|
|
glinet,gl-mt3000)
|
|
glinet,gl-mt3000)
|
|
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x80000" "0x20000"
|
|
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x80000" "0x20000"
|
|
|
;;
|
|
;;
|