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 | ec7786c2ecd4ab717c84a53a992a8d23dd01bcdc (patch) | |
tree | 5ca52d98ecffb1412c86e75e82db4583ba1646a1 /target/linux/brcm63xx/image/Makefile | |
parent | 8aac009cc926116a26606f7925dea5e96bdbe4d4 (diff) | |
download | upstream-ec7786c2ecd4ab717c84a53a992a8d23dd01bcdc.tar.gz upstream-ec7786c2ecd4ab717c84a53a992a8d23dd01bcdc.tar.bz2 upstream-ec7786c2ecd4ab717c84a53a992a8d23dd01bcdc.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
SVN-Revision: 31885
Diffstat (limited to 'target/linux/brcm63xx/image/Makefile')
-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) |