aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar7/image
diff options
context:
space:
mode:
authorMatteo Croce <matteo@openwrt.org>2008-03-11 00:45:22 +0000
committerMatteo Croce <matteo@openwrt.org>2008-03-11 00:45:22 +0000
commit3419049abea94c25573c500cc4d613beac5bb0a7 (patch)
tree230495489cb829dfeef4a0909f8b3b30e0b3cee7 /target/linux/ar7/image
parent1e8dba4d4d93fb5595838ec297ca6223f08b06fb (diff)
downloadupstream-3419049abea94c25573c500cc4d613beac5bb0a7.tar.gz
upstream-3419049abea94c25573c500cc4d613beac5bb0a7.tar.bz2
upstream-3419049abea94c25573c500cc4d613beac5bb0a7.zip
Add AG241 code pattern (fixes #1089)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10584 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar7/image')
-rw-r--r--target/linux/ar7/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar7/image/Makefile b/target/linux/ar7/image/Makefile
index 8952b09cec..d34547b688 100644
--- a/target/linux/ar7/image/Makefile
+++ b/target/linux/ar7/image/Makefile
@@ -78,6 +78,8 @@ define Image/Build
$(call Image/Build/CyberTAN,$(1),WA21,WA21,$(1))
$(call Image/Build/CyberTAN,$(1),WA22,WA22,$(1))
$(call Image/Build/CyberTAN,$(1),WAG2,WAG2,$(1))
+ $(call Image/Build/CyberTAN,$(1),AG241v2,AG3A -b -r 2.0,$(1))
+ $(call Image/Build/CyberTAN,$(1),AG241v1,AG3A -b,$(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))