diff options
author | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:51 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2012-05-27 13:22:51 +0000 |
commit | b93700be90f086012e63655e63d167c25761f7f9 (patch) | |
tree | 6272a3100bf1d708c11feb717a56427b947d5d72 /target | |
parent | e4a82f83182763c171a87eb7a4298753a9d5ff9b (diff) | |
download | upstream-b93700be90f086012e63655e63d167c25761f7f9.tar.gz upstream-b93700be90f086012e63655e63d167c25761f7f9.tar.bz2 upstream-b93700be90f086012e63655e63d167c25761f7f9.zip |
bcm63xx: build images for DSL-274XB revision F1
Build images for D-Link DSL-274XB revision F1. Flashing
through original web UI as well as CFE works.
Known issues:
* wifi led inverted (on when wifi is off and vice cersa)
* same issues as generic bcm6328 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31885 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 303003c793..8eb15ca2b1 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -203,6 +203,9 @@ 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 DSL-2740B/DSL-2741B, rev F1 + $(call Image/Build/CFE,$(1),AW4339U,6328,DSL274XB-F1-EU,,--signature2="4.06.01.EUF1" --pad 4) + $(call Image/Build/CFE,$(1),AW4339U,6328,DSL274XB-F1-AU,,--signature2="4.06.01.AUF1" --pad 4) # D-Link DVA-G3810BN/TL $(call Image/Build/CFE,$(1),96358GW,6358,DVAG3810BN) |