bcm63xx: build images for 6328 reference boards with various flash sizes
[openwrt/staging/mkresin.git] / target / linux / brcm63xx / base-files / etc / uci-defaults / brcm63xx_fixcrc.sh
index 965ddba16c7035894ae6b4ea7ef2a0f354c6da59..fc743c784ebea901a297b618818ac35223a16111 100755 (executable)
@@ -13,8 +13,14 @@ do_fixcrc() {
 brcm63xx_detect
 
 case "$board_name" in
-       "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "* | "bcm63xx/V2500V_BB "* | \
-       "bcm63xx/V2110 "* | "bcm63xx/CPVA502+ "*)
+       96328avng |\
+       963281TAN |\
+       "CPVA502+" |\
+       AW4339U |\
+       CPVA642 |\
+       MAGIC |\
+       V2110 |\
+       V2500V_BB)
                do_fixcrc
                ;;
 esac