diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:21:01 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:21:01 +0000 |
commit | 7253835d7c06db7cf5661446b576da0ecb458cab (patch) | |
tree | d7290e0d0fcdb84e7639ef6bf37b2f10478cb56b /target/linux/brcm63xx/base-files/lib | |
parent | 578883791e9dd98e5ea4f99823447d676c1d6d92 (diff) | |
download | master-187ad058-7253835d7c06db7cf5661446b576da0ecb458cab.tar.gz master-187ad058-7253835d7c06db7cf5661446b576da0ecb458cab.tar.bz2 master-187ad058-7253835d7c06db7cf5661446b576da0ecb458cab.zip |
brcm63xx: move VG50 to DT
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45166 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 1930e37a25..f78ade0582 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -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" ;; |