1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-11 18:28:27 +02:00
openwrt-xburst/target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh
jogo cbdf1f350a bcm63xx: add support for DSL-274XB rev F1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31882 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-05-27 13:22:43 +00:00

26 lines
238 B
Bash
Executable File

#!/bin/sh
#
# Copyright (C) 2007 OpenWrt.org
#
#
. /lib/brcm63xx.sh
do_fixcrc() {
mtd fixtrx linux
}
brcm63xx_detect
case "$board_name" in
"CPVA502+" |\
AW4339U |\
CPVA642 |\
MAGIC |\
V2110 |\
V2500V_BB)
do_fixcrc
;;
esac