Merge branch 'bcm63xx'
[openwrt.git] / target / linux / brcm63xx / base-files / etc / uci-defaults / brcm63xx_fixcrc.sh
index 72ba3cc..965ddba 100755 (executable)
@@ -13,7 +13,8 @@ do_fixcrc() {
 brcm63xx_detect
 
 case "$board_name" in
-       "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "* | "bcm63xx/V2500V_BB "* | "bcm63xx/V2110 "*)
+       "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "* | "bcm63xx/V2500V_BB "* | \
+       "bcm63xx/V2110 "* | "bcm63xx/CPVA502+ "*)
                do_fixcrc
                ;;
 esac
This page took 0.030836 seconds and 4 git commands to generate.