summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/base-files/lib
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-05-20 10:06:25 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-05-20 10:06:25 +0000
commit16dfe8b4d180a6bdededdf342c84d53a6e56021e (patch)
treece437b22766eef81de5afca35482ad00253303b3 /target/linux/brcm63xx/base-files/lib
parent6c8387fe1565127b5e366fd89d00350441ba7cd4 (diff)
downloadmtk-20170518-16dfe8b4d180a6bdededdf342c84d53a6e56021e.zip
mtk-20170518-16dfe8b4d180a6bdededdf342c84d53a6e56021e.tar.gz
mtk-20170518-16dfe8b4d180a6bdededdf342c84d53a6e56021e.tar.bz2
add support for BT Voyager 2110 (#8810)
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> SVN-Revision: 26959
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-xtarget/linux/brcm63xx/base-files/lib/brcm63xx.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
index d2ffabd..ed3447d 100755
--- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
+++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh
@@ -54,6 +54,11 @@ brcm63xx_detect() {
brcm63xx_has_reset_button="true"
ifname=eth0
;;
+ "bcm63xx/V2110 "*)
+ status_led="V2110:power:green"
+ brcm63xx_has_reset_button="true"
+ ifname=eth0
+ ;;
"bcm63xx/CPVA642 "* )
status_led="power:green"
brcm63xx_has_reset_button="true"