brcm63xx: use compatible instead of manually setting board name
[openwrt/staging/dedeckeh.git] / target / linux / brcm63xx / base-files / etc / uci-defaults / 09_fix_crc
index bfd485c27ba14ff5ae3c91540b0b357e9ae44fa4..c33e56f28e22ac3bdee9285dc3cabf2019ce3d35 100644 (file)
@@ -11,33 +11,33 @@ do_fixcrc() {
 }
 
 case "$(board_name)" in
-       a4001n |\
-       a4001n1 |\
-       ar-5315u |\
-       ar-5381u |\
-       ar-5387un |\
-       bcm96328avng |\
-       bcm963281tan |\
-       cpva502p |\
-       cpva642 |\
-       ct-6373 |\
-       dsl-274xb-f |\
-       evg2000 |\
-       hg622 |\
-       magic |\
-       p870hw-51a_v2 |\
-       r1000h |\
-       r5010un_v2 |\
-       rta770bw |\
-       rta770w |\
-       spw303v |\
-       v2110 |\
-       v2500v_bb |\
-       vh4032n |\
-       vr-3025u |\
-       vr-3025un |\
-       vr-3026e |\
-       wap-5813n)
+       actiontec,r1000h|\
+       adb,a4001n|\
+       adb,a4001n1|\
+       brcm,bcm96328avng|\
+       brcm,bcm963281tan|\
+       bt,voyager-2110|\
+       bt,voyager-2500v-bb|\
+       comtrend,ar-5315u|\
+       comtrend,ar-5381u|\
+       comtrend,ar-5387un|\
+       comtrend,vr-3025u|\
+       comtrend,vr-3025un|\
+       comtrend,vr-3026e|\
+       comtrend,wap-5813n|\
+       comtrend,ct-6373|\
+       d-link,dsl-274xb-f1|\
+       dynalink,rta770bw|\
+       dynalink,rta770w|\
+       huawei,echolife-hg622|\
+       netgear,evg2000|\
+       nucom,r5010un-v2|\
+       observa,vh4032n|\
+       t-com,speedport-w-303v|\
+       telsey,cpva502plus|\
+       telsey,cpva642|\
+       telsey,magic|\
+       zyxel,p870hw-51a-v2)
                do_fixcrc
                ;;
 esac