aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2015-03-30 20:20:49 +0000
committerJonas Gorski <jogo@openwrt.org>2015-03-30 20:20:49 +0000
commit578883791e9dd98e5ea4f99823447d676c1d6d92 (patch)
tree385409676a832928456bb039de58ae7b5c44ad38 /target/linux/brcm63xx/base-files/lib/brcm63xx.sh
parent727bb039c8998d5654d0cff073ef928f39c11c53 (diff)
downloadmaster-187ad058-578883791e9dd98e5ea4f99823447d676c1d6d92.tar.gz
master-187ad058-578883791e9dd98e5ea4f99823447d676c1d6d92.tar.bz2
master-187ad058-578883791e9dd98e5ea4f99823447d676c1d6d92.zip
brcm63xx: move V2110 to DT
Also readd image generation which was accidentally dropped in r43364. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45165 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh6
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"
;;