diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:20:49 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-03-30 20:20:49 +0000 |
commit | f9735804881bcefb800f6f5e2fc3e3f30ff17b69 (patch) | |
tree | 8dea963c980a81940d790d576583f03f4006ae2a /target/linux/brcm63xx/base-files | |
parent | d8ba40cfcdd509e7e1ed68878cb93d9a81e245b6 (diff) | |
download | upstream-f9735804881bcefb800f6f5e2fc3e3f30ff17b69.tar.gz upstream-f9735804881bcefb800f6f5e2fc3e3f30ff17b69.tar.bz2 upstream-f9735804881bcefb800f6f5e2fc3e3f30ff17b69.zip |
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
Diffstat (limited to 'target/linux/brcm63xx/base-files')
-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 90d3e73378..1930e37a25 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -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" ;; |