diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-20 10:06:15 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-20 10:06:15 +0000 |
commit | 547875d0c985f6eb3fd27320457585ae3c6a19c0 (patch) | |
tree | a912698f0ff4af166f7c91165543b74b5361fb7d /target/linux/brcm63xx/image | |
parent | 8f5d6564e0406add6d1acba0923d55862765e6a5 (diff) |
[brcm63xx] 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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26956 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |