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