uboot-envtools: ramips: add support for ALFA Network Tube-E4G
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / ramips
index 9ce8c30edda33fdc46a3e56aa4fa17705e4fd8a3..94611ad8e6b8d93029235cc7651147c10acfe015 100644 (file)
@@ -7,22 +7,23 @@
 
 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|\
+alfa-network,ac1200rm|\
+alfa-network,awusfree1|\
+alfa-network,tube-e4g)
+       ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x1000"
+       ;;
 all0256n-4M|\
 all0256n-8M|\
 all5002)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
        ;;
-br-6425|\
 linkits7688|\
-linkits7688d|\
 miwifi-nano|\
 sk-wb8|\
 wsr-1166|\
@@ -30,6 +31,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