brcm63xx: Add Comtrend AR-5315u support
[openwrt/openwrt.git] / target / linux / brcm63xx / 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 a4001n |\
15 a4001n1 |\
16 ar-5315u |\
17 ar-5381u |\
18 ar-5387un |\
19 bcm96328avng |\
20 bcm963281tan |\
21 cpva502p |\
22 cpva642 |\
23 ct-6373 |\
24 dsl-274xb-f |\
25 evg2000 |\
26 hg622 |\
27 magic |\
28 p870hw-51a_v2 |\
29 r1000h |\
30 r5010un_v2 |\
31 rta770bw |\
32 rta770w |\
33 spw303v |\
34 v2110 |\
35 v2500v_bb |\
36 vh4032n |\
37 vr-3025u |\
38 vr-3025un |\
39 vr-3026e |\
40 wap-5813n)
41 do_fixcrc
42 ;;
43 esac