summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/etc/uci-defaults
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-05-20 10:06:25 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-05-20 10:06:25 +0000
commit16dfe8b4d180a6bdededdf342c84d53a6e56021e (patch)
treece437b22766eef81de5afca35482ad00253303b3 /target/linux/brcm63xx/base-files/etc/uci-defaults
parent6c8387fe1565127b5e366fd89d00350441ba7cd4 (diff)
downloadmaster-31e0f0ae-16dfe8b4d180a6bdededdf342c84d53a6e56021e.tar.gz
master-31e0f0ae-16dfe8b4d180a6bdededdf342c84d53a6e56021e.tar.bz2
master-31e0f0ae-16dfe8b4d180a6bdededdf342c84d53a6e56021e.zip
add support for BT Voyager 2110 (#8810)
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> SVN-Revision: 26959
Diffstat (limited to 'target/linux/brcm63xx/base-files/etc/uci-defaults')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh b/target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh
index 65d00d654d..72ba3cc30b 100755
--- a/target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh
+++ b/target/linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh
@@ -13,7 +13,7 @@ do_fixcrc() {
brcm63xx_detect
case "$board_name" in
- "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "* | "bcm63xx/V2500V_BB "* )
+ "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "* | "bcm63xx/V2500V_BB "* | "bcm63xx/V2110 "*)
do_fixcrc
;;
esac