diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-03-05 14:49:31 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-03-05 14:49:31 +0000 |
commit | c327915156f38d5b7ec84c2a8aec35ff9eaccc49 (patch) | |
tree | 2e49d7b91da74fe0774d183360e8a719b09b414f /target | |
parent | ca1e59660ec9090b06dc778368848751b0ffb6c2 (diff) | |
download | upstream-c327915156f38d5b7ec84c2a8aec35ff9eaccc49.tar.gz upstream-c327915156f38d5b7ec84c2a8aec35ff9eaccc49.tar.bz2 upstream-c327915156f38d5b7ec84c2a8aec35ff9eaccc49.zip |
generate generic images for BCM96358VW and BCM96358VW2 (#10666)
SVN-Revision: 30821
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 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) |