]> git.enpas.org Git - openwrt.git/blob - target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh
13b48b0cc4b3d26481a49c49c88c9740c51a348e
[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         963281TAN |\
18         963281T_TEF |\
19         "CPVA502+" |\
20         AW4339U |\
21         CPVA642 |\
22         CT6373-1 |\
23         MAGIC |\
24         V2110 |\
25         V2500V_BB)
26                 do_fixcrc
27                 ;;
28 esac
29