brcm63xx: Add Observa VH4032N 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/brcm63xx.sh
8
9 do_fixcrc() {
10 mtd fixtrx linux
11 }
12
13 case "$(brcm63xx_board_name)" in
14 a4001n |\
15 a4001n1 |\
16 ar-5381u |\
17 ar-5387un |\
18 bcm96328avng |\
19 bcm963281tan |\
20 cpva502p |\
21 cpva642 |\
22 ct-6373 |\
23 dsl-274xb-f |\
24 evg2000 |\
25 hg622 |\
26 magic |\
27 p870hw-51a_v2 |\
28 r5010un_v2 |\
29 rta770bw |\
30 rta770w |\
31 spw303v |\
32 v2110 |\
33 v2500v_bb |\
34 vh4032n |\
35 vr-3025u |\
36 vr-3025un |\
37 vr-3026e |\
38 wap-5813n)
39 do_fixcrc
40 ;;
41 esac