brcm63xx: move V2110 to DT

Also readd image generation which was accidentally dropped in r43364.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 45165
This commit is contained in:
Jonas Gorski
2015-03-30 20:20:49 +00:00
parent d8ba40cfcd
commit f973580488
25 changed files with 113 additions and 25 deletions

View File

@@ -66,6 +66,9 @@ brcm63xx_dt_detect() {
"BT Home Hub 2.0 Type A")
board_name="homehub2a"
;;
"BT Voyager 2110")
board_name="v2110"
;;
"BT Voyager V2500V")
board_name="v2500v_bb"
;;
@@ -228,9 +231,6 @@ brcm63xx_legacy_detect() {
local board_name
case "$1" in
V2110)
board_name="v2110"
;;
VW6339GU)
board_namge="vg50"
;;