diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-16 11:52:35 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-16 11:52:35 +0000 |
commit | 52ffc6faa7af5687944feae7d91badab5e58842b (patch) | |
tree | ffe58b13d43981e8c6b8b18528e48c813a4b4c7f /target/linux/brcm63xx/base-files | |
parent | 906c9ef952174196ed1a6b6a3da8ab2eecf49097 (diff) | |
download | upstream-52ffc6faa7af5687944feae7d91badab5e58842b.tar.gz upstream-52ffc6faa7af5687944feae7d91badab5e58842b.tar.bz2 upstream-52ffc6faa7af5687944feae7d91badab5e58842b.zip |
brcm63xx: add missing board_ids to legacy_detect
These boards do not have a corresponding dts file yet.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 44835
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 4b603a1730..d780eb4098 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -207,6 +207,21 @@ brcm63xx_legacy_detect() { 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 @@ brcm63xx_legacy_detect() { V2110) board_name="v2110" ;; + V2500V_BB) + board_name="v2500v_bb" + ;; + VW6339GU) + board_namge="vg50" + ;; *) board_name="unknown" ;; |