From ec31f6dffc620f47f327816f7ad77952c530db2f Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Wed, 25 Mar 2015 15:36:15 +0000 Subject: [PATCH] brcm63xx: fix bt v2500v dts based detection Signed-off-by: Jonas Gorski SVN-Revision: 44993 --- target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 645f5aafc9..52c223e97f 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -67,7 +67,7 @@ brcm63xx_dt_detect() { board_name="homehub2a" ;; "BT Voyager V2500V") - board_name="v2500v" + board_name="v2500v_bb" ;; "Comtrend AR-5381u") board_name="ar-5381u" @@ -231,9 +231,6 @@ brcm63xx_legacy_detect() { V2110) board_name="v2110" ;; - V2500V_BB) - board_name="v2500v_bb" - ;; VW6339GU) board_namge="vg50" ;; -- 2.30.2