diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-05-20 10:06:15 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-05-20 10:06:15 +0000 |
commit | 3e83f60a6658cfc6e62f9f599efbe8f779a41b4e (patch) | |
tree | 99d9262639aad08d3c3f014e8d127be666085356 /target/linux/brcm63xx/image | |
parent | f9f8dcfa705d84666a58aa71054d0223421f2005 (diff) | |
download | upstream-3e83f60a6658cfc6e62f9f599efbe8f779a41b4e.tar.gz upstream-3e83f60a6658cfc6e62f9f599efbe8f779a41b4e.tar.bz2 upstream-3e83f60a6658cfc6e62f9f599efbe8f779a41b4e.zip |
add support for D-Link DVA-G3810BN/TL
This patch adds support for D-Link's DVA-G3810BN/TL product.
Signed-off-by: Roman Dumycz <roman@secureas.com>
SVN-Revision: 26956
Diffstat (limited to 'target/linux/brcm63xx/image')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index bf292de7e4..f1fa4f540e 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -195,6 +195,8 @@ define Image/Build $(call Image/Build/CFEFIXUP,$(1),96358GW,AW4139,6358,DSL274XB-C2) # D-Link DSL-2740B/DSL-2741B, rev C3 $(call Image/Build/CFE,$(1),AW4139,6358,DSL274XB-C3) + # D-Link DVA-G3810BN/TL + $(call Image/Build/CFE,$(1),96358GW,6358,DVAG3810BN) # TP-Link TD-8810A, TD-8810B, TD-8811A, TD-8811B $(call Image/Build/CFE,$(1),8L-2M-8M,6338,TP8810_8811) |