bcm63xx: add support for DSL-274XB rev F1
[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         "CPVA502+" |\
17         AW4339U |\
18         CPVA642 |\
19         MAGIC |\
20         V2110 |\
21         V2500V_BB)
22                 do_fixcrc
23                 ;;
24 esac
25