diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-26 10:27:37 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-26 10:27:37 +0000 |
commit | 86f48601fef735573bce518c3a07858fc93c18f3 (patch) | |
tree | fa40a12215e8e5a27dba104e82578c3bb094b440 | |
parent | b6e07cbdbb8758a963a67a05d289a3804eb811d0 (diff) |
[brcm63xx] generate images for the bcm6338w
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16566 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/brcm63xx/image/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 515caeaa4..c67aa3d9d 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -151,6 +151,10 @@ define Image/Build $(call Image/Build/CFE,$(1),6338GW,6338,bc221,,bc221) $(call Image/Build/CFE,$(1),6338GW,6338,bc300,,bc300) $(call Image/Build/CFE,$(1),6338GW,6338,bc310,,bc310) + $(call Image/Build/CFE,$(1),6338W,6338,bccfe,,bccfe) + $(call Image/Build/CFE,$(1),6338W,6338,bc221,,bc221) + $(call Image/Build/CFE,$(1),6338W,6338,bc300,,bc300) + $(call Image/Build/CFE,$(1),6338W,6338,bc310,,bc310) # Sagem F@ST2404 $(call Image/Build/CFE,$(1),F@ST2404,6348,bccfe,,bccfe) |