f307a4cabe5dd0031191f7ab0fa1d67f5e66d94d
[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 magic |\
25 p870hw-51a_v2 |\
26 rta770bw |\
27 rta770w |\
28 spw303v |\
29 v2110 |\
30 v2500v_bb |\
31 vr-3025u |\
32 vr-3025un |\
33 vr-3026e |\
34 wap-5813n)
35 do_fixcrc
36 ;;
37 esac
38