diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-12 16:47:18 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-12 16:47:18 +0000 |
commit | 0bcf16ea95ef0b9e3f05f6d8ad2cf3254df4a249 (patch) | |
tree | cc31b63e651f4ffdb6b9f0090d00c2a763d9147c /target/linux/ar7-2.6/image | |
parent | b8b5d01cbb611f32b253d1cbd349fc923399ca9e (diff) | |
download | mtk-20170518-0bcf16ea95ef0b9e3f05f6d8ad2cf3254df4a249.zip mtk-20170518-0bcf16ea95ef0b9e3f05f6d8ad2cf3254df4a249.tar.gz mtk-20170518-0bcf16ea95ef0b9e3f05f6d8ad2cf3254df4a249.tar.bz2 |
Add support for two other boards : WA7A and B
SVN-Revision: 7593
Diffstat (limited to 'target/linux/ar7-2.6/image')
-rw-r--r-- | target/linux/ar7-2.6/image/Makefile | 2 |
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 3d0e54c..148b1bc 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 |