add support for BT Voyager 2110 (#8810)
[openwrt/openwrt.git] / target / linux / brcm63xx / base-files / etc / uci-defaults / brcm63xx_fixcrc.sh
index 65d00d654d0a794d0fee524961fda02bed86bdad..72ba3cc30bada7cbc5eefe136685316544bc8214 100755 (executable)
@@ -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