diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-12 16:47:18 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-12 16:47:18 +0000 |
commit | ac29c6e8951dad4837fd8c2ed44fcd164840510a (patch) | |
tree | cb81374d84923bc8e97592a2ea032258708ad8bd | |
parent | 0b4143b387d7f6226b6eb54fd5865881609f8c6b (diff) |
Add support for two other boards : WA7A and B
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7593 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 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 |