fdb5ddec724786dc3297c96cb5b173f9500b59e7
[openwrt/openwrt.git] / target / linux / bcm63xx / base-files / etc / uci-defaults / 09_fix_crc
1 #!/bin/sh
2 #
3 # Copyright (C) 2007 OpenWrt.org
4 #
5 #
6
7 . /lib/functions.sh
8
9 do_fixcrc() {
10 mtd fixtrx linux
11 }
12
13 case "$(board_name)" in
14 actiontec,r1000h|\
15 adb,a4001n|\
16 adb,a4001n1|\
17 adb,pdg-a4001n-a-000-1a1-ax|\
18 brcm,bcm96328avng|\
19 brcm,bcm963281tan|\
20 bt,voyager-2110|\
21 bt,voyager-2500v-bb|\
22 comtrend,ar-5315u|\
23 comtrend,ar-5381u|\
24 comtrend,ar-5387un|\
25 comtrend,vr-3025u|\
26 comtrend,vr-3025un|\
27 comtrend,vr-3026e|\
28 comtrend,wap-5813n|\
29 comtrend,ct-6373|\
30 d-link,dsl-274xb-f1|\
31 dynalink,rta770bw|\
32 dynalink,rta770w|\
33 huawei,echolife-hg622|\
34 netgear,evg2000|\
35 nucom,r5010un-v2|\
36 observa,vh4032n|\
37 t-com,speedport-w-303v|\
38 telsey,cpva502plus|\
39 telsey,cpva642|\
40 telsey,magic|\
41 zyxel,p870hw-51a-v2)
42 do_fixcrc
43 ;;
44 esac