brcm63xx: move VG50 to DT

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

SVN-Revision: 45166
This commit is contained in:
Jonas Gorski
2015-03-30 20:21:01 +00:00
parent f973580488
commit f644c1581a
15 changed files with 78 additions and 80 deletions

View File

@@ -144,6 +144,9 @@ brcm63xx_dt_detect() {
"Huawei EchoLife HG556a (version C)")
board_name="hg556a_c"
;;
"Inteno VG50")
board_name="vg50"
;;
"Inventel Livebox 1")
board_name="livebox1"
;;
@@ -231,9 +234,6 @@ brcm63xx_legacy_detect() {
local board_name
case "$1" in
VW6339GU)
board_namge="vg50"
;;
*)
board_name="unknown"
;;