brcm63xx: add Comtrend VR-3026e support
[openwrt/openwrt.git] / target / linux / brcm63xx / base-files / etc / uci-defaults / 09_fix_crc
old mode 100755 (executable)
new mode 100644 (file)
index edd8802..f307a4c
@@ -10,22 +10,28 @@ do_fixcrc() {
        mtd fixtrx linux
 }
 
-brcm63xx_detect
-
-case "$board_name" in
-       96328avng |\
-       96328A-1241N |\
-       96328A-1441N1 |\
-       963281TAN |\
-       963281T_TEF |\
-       96358-502V |\
-       "CPVA502+" |\
-       AW4339U |\
-       CPVA642 |\
-       CT6373-1 |\
-       MAGIC |\
-       V2110 |\
-       V2500V_BB)
+case "$(brcm63xx_board_name)" in
+       a4001n |\
+       a4001n1 |\
+       ar-5381u |\
+       ar-5387un |\
+       bcm96328avng |\
+       bcm963281tan |\
+       cpva502p |\
+       cpva642 |\
+       ct-6373 |\
+       dsl-274xb-f |\
+       magic |\
+       p870hw-51a_v2 |\
+       rta770bw |\
+       rta770w |\
+       spw303v |\
+       v2110 |\
+       v2500v_bb |\
+       vr-3025u |\
+       vr-3025un |\
+       vr-3026e |\
+       wap-5813n)
                do_fixcrc
                ;;
 esac