[bcm63xx] add support for Comtrend AR5387un.
[openwrt.git] / target / linux / brcm63xx / base-files / etc / uci-defaults / brcm63xx_fixcrc.sh
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-1441N1 |\
18         963281TAN |\
19         963281T_TEF |\
20         "CPVA502+" |\
21         AW4339U |\
22         CPVA642 |\
23         CT6373-1 |\
24         MAGIC |\
25         V2110 |\
26         V2500V_BB)
27                 do_fixcrc
28                 ;;
29 esac
30