diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-20 10:06:22 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-05-20 10:06:22 +0000 |
commit | 233a4cab5d3391af36717a57e79f1cfba3c3f9ea (patch) | |
tree | c5051cb6a86e6826b35ad13aaa5d83e0ece87152 /target/linux/brcm63xx/image/Makefile | |
parent | c86364399ea65421e25b0d27c7ec0d214c0e7205 (diff) |
[brcm63xx] add support for DSL-2640B rev B2
Signed-off-by: Adrian Feliks <mexit@o2.pl>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26958 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index f1fa4f540..8b1577110 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -189,8 +189,8 @@ define Image/Build $(call Image/Build/CFE,$(1),96348GW-10,6348,DG834GT_DG834PN) # Belkin f5d7633 $(call Image/Build/CFE,$(1),96348GW-10,6348,F5D7633) - # D-Link DSL-2640B - $(call Image/Build/CFE,$(1),D-4P-W,6348,DSL2640B) + # D-Link DSL-2640B, rev B2 + $(call Image/Build/CFE,$(1),D-4P-W,6348,DSL2640B-B2) # D-Link DSL-2740B/DSL-2741B, rev C2 $(call Image/Build/CFEFIXUP,$(1),96358GW,AW4139,6358,DSL274XB-C2) # D-Link DSL-2740B/DSL-2741B, rev C3 |