add support for HomeStation ADB P.DG A4001N.
[openwrt/openwrt.git] / target / linux / brcm63xx / base-files / etc / uci-defaults / brcm63xx_fixcrc.sh
index 965ddba16c7035894ae6b4ea7ef2a0f354c6da59..13b48b0cc4b3d26481a49c49c88c9740c51a348e 100755 (executable)
@@ -13,8 +13,16 @@ do_fixcrc() {
 brcm63xx_detect
 
 case "$board_name" in
-       "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "* | "bcm63xx/V2500V_BB "* | \
-       "bcm63xx/V2110 "* | "bcm63xx/CPVA502+ "*)
+       96328avng |\
+       963281TAN |\
+       963281T_TEF |\
+       "CPVA502+" |\
+       AW4339U |\
+       CPVA642 |\
+       CT6373-1 |\
+       MAGIC |\
+       V2110 |\
+       V2500V_BB)
                do_fixcrc
                ;;
 esac