From: florian Date: Tue, 12 Jun 2007 16:47:18 +0000 (+0000) Subject: Add support for two other boards : WA7A and B X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=ac29c6e8951dad4837fd8c2ed44fcd164840510a Add support for two other boards : WA7A and B git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7593 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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