4a167dc29730c185d0cae1e87c58f37130bccb9d
[openwrt/svn-archive/archive.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 wap-5813n)
34 do_fixcrc
35 ;;
36 esac
37