summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/image
diff options
context:
space:
mode:
authorDaniel Dickinson <crazycshore@gmail.com>2010-11-28 22:04:44 +0000
committerDaniel Dickinson <crazycshore@gmail.com>2010-11-28 22:04:44 +0000
commit314bce63e6a510e0b47c70c72293a1a094a7cac7 (patch)
tree862107eca2f2141045cd2c6939ba57b8679ef604 /target/linux/brcm63xx/image
parent3a49f669f2fe726f6350a5e0a71af70824a13f54 (diff)
downloadmtk-20170518-314bce63e6a510e0b47c70c72293a1a094a7cac7.zip
mtk-20170518-314bce63e6a510e0b47c70c72293a1a094a7cac7.tar.gz
mtk-20170518-314bce63e6a510e0b47c70c72293a1a094a7cac7.tar.bz2
bcm63xx: Add support for the T-Com Speedport W 500V.
Add support for the T-Com Speedport W 500V using a special tagged image as it identifies itself as a 96348GW, but has some gpios wired differently, and also has only one ethernet port without a switch attached to it. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 24190
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r--target/linux/brcm63xx/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile
index 589e47c..2671536 100644
--- a/target/linux/brcm63xx/image/Makefile
+++ b/target/linux/brcm63xx/image/Makefile
@@ -189,6 +189,8 @@ define Image/Build
# Telsey CPVA642-type (e.g. CPA-ZNTE60T)
$(call Image/Build/CFE,$(1),CPVA642,6358,CPA-ZNTE60T,,--signature "Telsey Tlc",--signature2 "99.99.999",--second-image-flag "0")
+ # T-Com Speedport W 500V
+ $(call Image/Build/CFEFIXUP,$(1),96348GW,6348,SPW500V)
endef
$(eval $(call BuildImage))