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 | 72fbdecae128f69d9b8ce68fe84c387861dc167d (patch) | |
tree | cb81374d84923bc8e97592a2ea032258708ad8bd /target/linux/ar7-2.6 | |
parent | 9221c61bf2ad304af85f7619a72eb8d497f43575 (diff) | |
download | upstream-72fbdecae128f69d9b8ce68fe84c387861dc167d.tar.gz upstream-72fbdecae128f69d9b8ce68fe84c387861dc167d.tar.bz2 upstream-72fbdecae128f69d9b8ce68fe84c387861dc167d.zip |
Add support for two other boards : WA7A and B
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7593 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7-2.6')
-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 |