Author: jogo
Date: 2015-03-16 12:52:35 +0100 (Mon, 16 Mar 2015)
New Revision: 44835

Modified:
   trunk/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
Log:
brcm63xx: add missing board_ids to legacy_detect

These boards do not have a corresponding dts file yet.

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-16 
11:52:26 UTC (rev 44834)
+++ trunk/target/linux/brcm63xx/base-files/lib/brcm63xx.sh      2015-03-16 
11:52:35 UTC (rev 44835)
@@ -207,6 +207,21 @@
        local board_name
 
        case "$1" in
+       963268BU_P300)
+               board_name="bcm963268bu_p300"
+               ;;
+       96338W2_E7T)
+               board_name="dsl-2640u"
+               ;;
+       96348W3)
+               board_name="dg834g_v4"
+               ;;
+       CPVA502+)
+               board_name="cpva502p"
+               ;;
+       MAGIC)
+               board_name="magic"
+               ;;
        RTA770BW)
                board_name="rta770bw"
                ;;
@@ -216,6 +231,12 @@
        V2110)
                board_name="v2110"
                ;;
+       V2500V_BB)
+               board_name="v2500v_bb"
+               ;;
+       VW6339GU)
+               board_namge="vg50"
+               ;;
        *)
                board_name="unknown"
                ;;
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to