summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-06-12 16:47:18 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-06-12 16:47:18 +0000
commit0bcf16ea95ef0b9e3f05f6d8ad2cf3254df4a249 (patch)
treecc31b63e651f4ffdb6b9f0090d00c2a763d9147c /target
parentb8b5d01cbb611f32b253d1cbd349fc923399ca9e (diff)
downloadmaster-31e0f0ae-0bcf16ea95ef0b9e3f05f6d8ad2cf3254df4a249.tar.gz
master-31e0f0ae-0bcf16ea95ef0b9e3f05f6d8ad2cf3254df4a249.tar.bz2
master-31e0f0ae-0bcf16ea95ef0b9e3f05f6d8ad2cf3254df4a249.zip
Add support for two other boards : WA7A and B
SVN-Revision: 7593
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar7-2.6/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar7-2.6/image/Makefile b/target/linux/ar7-2.6/image/Makefile
index 3d0e54c77e..148b1bc42a 100644
--- a/target/linux/ar7-2.6/image/Makefile
+++ b/target/linux/ar7-2.6/image/Makefile
@@ -72,6 +72,8 @@ define Image/Build
$(call Image/Build/CyberTAN,$(1),WAG2,WAG2,$(1))
$(call Image/Build/CyberTAN,$(1),WA31,WA31 -b,$(1))
$(call Image/Build/CyberTAN,$(1),WA32,WA32 -b,$(1))
+ $(call Image/Build/CyberTAN,$(1),WA7A,WA7A -b,$(1))
+ $(call Image/Build/CyberTAN,$(1),WA7B,WA7B -b,$(1))
# $(call Image/Build/sErCoMm,$(1),dg834,$(1))
# $(call Image/Build/sErCoMm,$(1),jdr454wb,$(1))
endef