Author: jogo Date: 2015-03-25 16:36:15 +0100 (Wed, 25 Mar 2015) New Revision: 44993
Modified: trunk/target/linux/brcm63xx/base-files/lib/brcm63xx.sh Log: brcm63xx: fix bt v2500v dts based detection Signed-off-by: Jonas Gorski <[email protected]> Modified: trunk/target/linux/brcm63xx/base-files/lib/brcm63xx.sh =================================================================== --- trunk/target/linux/brcm63xx/base-files/lib/brcm63xx.sh 2015-03-25 15:36:12 UTC (rev 44992) +++ trunk/target/linux/brcm63xx/base-files/lib/brcm63xx.sh 2015-03-25 15:36:15 UTC (rev 44993) @@ -67,7 +67,7 @@ board_name="homehub2a" ;; "BT Voyager V2500V") - board_name="v2500v" + board_name="v2500v_bb" ;; "Comtrend AR-5381u") board_name="ar-5381u" @@ -231,9 +231,6 @@ V2110) board_name="v2110" ;; - V2500V_BB) - board_name="v2500v_bb" - ;; VW6339GU) board_namge="vg50" ;; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
