9c966e7eaf8c56eff9f44d6417e4f5b93e3637ab
[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 brcm63xx_detect
14
15 case "$board_name" in
16         96328avng |\
17         96328A-1241N |\
18         96328A-1441N1 |\
19         963281TAN |\
20         963281T_TEF |\
21         96358-502V |\
22         96368M-1341N |\
23         96368M-1541N |\
24         96369R-1231N |\
25         AW4339U |\
26         "CPVA502+" |\
27         CPVA642 |\
28         CT6373-1 |\
29         MAGIC |\
30         RTA770BW |\
31         RTA770W |\
32         V2110 |\
33         V2500V_BB)
34                 do_fixcrc
35                 ;;
36 esac
37