ramips: dont replace the board name
[openwrt/staging/noltari.git] / package / boot / uboot-envtools / files / ramips
index 3599f685229016ef1c08dae9dd50c012700d4c9a..9ce8c30edda33fdc46a3e56aa4fa17705e4fd8a3 100644 (file)
@@ -14,14 +14,20 @@ touch /etc/config/ubootenv
 board=$(ramips_board_name)
 
 case "$board" in
-all0239-3g | \
-all0256n | \
+all0239-3g|\
+all0256n-4M|\
+all0256n-8M|\
 all5002)
        ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x10000" "0x10000"
        ;;
-esac
-
-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