diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-05 14:49:31 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-03-05 14:49:31 +0000 |
commit | f6da629e3156c143a2c248db76549e385a35d421 (patch) | |
tree | 1aec450b2e6df37c6f81fcf6bc75a65ddf24f235 | |
parent | 35958232eb410f498c452e2ceb0134bdbdf2692f (diff) |
[brcm63xx] generate generic images for BCM96358VW and BCM96358VW2 (#10666)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30821 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 0af9989e30..9d12db4fd7 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -155,6 +155,8 @@ define Image/Build $(call Image/Build/CFE,$(1),6338W,6338,6338W-generic,,) $(call Image/Build/CFE,$(1),96348GW-11,6348,96348GW-11-gen) $(call Image/Build/CFE,$(1),96348GW-10,6348,96348GW-10-gen) + $(call Image/Build/CFE,$(1),96358VW,6358,96358VW-generic) + $(call Image/Build/CFE,$(1),96358VW2,6358,96358VW2-generic) # BT Voyager V210_BTR $(call Image/Build/CFE,$(1),V210_BB,6348,BTV210_BTR,,--layoutver 5) |