From 2c54f4168e023dafcc98be10e0b3530ef198c145 Mon Sep 17 00:00:00 2001 From: jogo Date: Sun, 27 May 2012 13:22:08 +0000 Subject: bcm63xx: use the exact board id as board identification string No need to keep the bcm63xx/ at the start or the chipid info at the end. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31871 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/brcm63xx/base-files/etc/uci-defaults/brcm63xx_fixcrc.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'target/linux/brcm63xx/base-files/etc/uci-defaults') 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 965ddba16..e63ecfde4 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,8 +13,11 @@ do_fixcrc() { brcm63xx_detect case "$board_name" in - "bcm63xx/CPVA642 "* | "bcm63xx/MAGIC "* | "bcm63xx/V2500V_BB "* | \ - "bcm63xx/V2110 "* | "bcm63xx/CPVA502+ "*) + "CPVA502+" |\ + CPVA642 |\ + MAGIC |\ + V2110 |\ + V2500V_BB) do_fixcrc ;; esac -- cgit v1.2.3