uboot-envtools: fix Edimax BR-6425 board name
[openwrt/openwrt.git] / package / boot / uboot-envtools / files / ramips
index 53cf9d3043f2dcf3d709481ba1c27358bf151a29..3216b300c16b30a7da0c1978b79cd2c34e8e994e 100644 (file)
@@ -14,16 +14,19 @@ touch /etc/config/ubootenv
 board=$(ramips_board_name)
 
 case "$board" in
-all0239-3g | \
-all0256n | \
+all0239-3g|\
+all0256n|\
 all5002)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
        ;;
-linkits7688 | \
-linkits7688d | \
-wsr-600 | \
-wsr-1166 | \
-br6425)
+br-6425|\
+linkits7688|\
+linkits7688d|\
+miwifi-nano|\
+sk-wb8|\
+wsr-1166|\
+wsr-600|\
+zbt-wg2626)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x1000" "0x10000"
        ;;
 esac