diff options
author | Florian Fainelli <florian@openwrt.org> | 2011-11-18 10:37:03 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2011-11-18 10:37:03 +0000 |
commit | ae90aa4efd1efff1a4f02e9993dc6bd6393a8dc2 (patch) | |
tree | a46ca788f7f138b2724eb12ee78f614a86831d0c /target | |
parent | 0b86c2648abc9e56eac2cf5c9df34495cefc86bb (diff) | |
download | upstream-ae90aa4efd1efff1a4f02e9993dc6bd6393a8dc2.tar.gz upstream-ae90aa4efd1efff1a4f02e9993dc6bd6393a8dc2.tar.bz2 upstream-ae90aa4efd1efff1a4f02e9993dc6bd6393a8dc2.zip |
build images for D-Link DSL-2650U (#9003)
SVN-Revision: 29238
Diffstat (limited to 'target')
-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 dc55445dfb..88d032bdaa 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -191,6 +191,8 @@ define Image/Build $(call Image/Build/CFE,$(1),96348GW-10,6348,F5D7633) # D-Link DSL-2640B, rev B2 $(call Image/Build/CFE,$(1),D-4P-W,6348,DSL2640B-B2) + # D-Link DSL-2650U + $(call Image/Build/CFE,$(1),96358VW2,6358,bc310,,dsl2650u) # 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 |