ramips: improve Xiaomi Mi Router 3G support
[openwrt/staging/wigyori.git] / package / boot / uboot-envtools / files / ramips
index 3216b300c16b30a7da0c1978b79cd2c34e8e994e..05c14070cc1c5a317aeb0fd77594fd502680de69 100644 (file)
@@ -7,19 +7,18 @@
 
 touch /etc/config/ubootenv
 
-. /lib/ramips.sh
 . /lib/uboot-envtools.sh
 . /lib/functions.sh
 
-board=$(ramips_board_name)
+board=$(board_name)
 
 case "$board" in
 all0239-3g|\
-all0256n|\
+all0256n-4M|\
+all0256n-8M|\
 all5002)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
        ;;
-br-6425|\
 linkits7688|\
 linkits7688d|\
 miwifi-nano|\
@@ -29,6 +28,9 @@ wsr-600|\
 zbt-wg2626)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000"
        ;;
+mir3g)
+       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x20000"
+       ;;
 esac
 
 config_load ubootenv