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