targets: files in uci-defaults do not need to be executables
[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         96328dg2x2 |\
22         96358-502V |\
23         96368M-1341N |\
24         96368M-1541N |\
25         96369R-1231N |\
26         AW4339U |\
27         "CPVA502+" |\
28         CPVA642 |\
29         CT6373-1 |\
30         MAGIC |\
31         P870HW-51a_v2 |\
32         RTA770BW |\
33         RTA770W |\
34         V2110 |\
35         V2500V_BB)
36                 do_fixcrc
37                 ;;
38 esac
39