diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-09 19:22:26 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-09 19:22:26 +0000 |
commit | b56c1cfc8fdb10e1aa16c09856b5d02ea154e71c (patch) | |
tree | b41140d4ad2c6058f9b6dda519fcd8b03b2771f1 /target | |
parent | ce754ec64482b661b7589427538af66d5dbae597 (diff) | |
download | upstream-b56c1cfc8fdb10e1aa16c09856b5d02ea154e71c.tar.gz upstream-b56c1cfc8fdb10e1aa16c09856b5d02ea154e71c.tar.bz2 upstream-b56c1cfc8fdb10e1aa16c09856b5d02ea154e71c.zip |
Add the firmware generation for the AG241v2b device (#3315)
SVN-Revision: 10776
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar7/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar7/image/Makefile b/target/linux/ar7/image/Makefile index d34547b688..ef30431c00 100644 --- a/target/linux/ar7/image/Makefile +++ b/target/linux/ar7/image/Makefile @@ -79,6 +79,7 @@ define Image/Build $(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),AG241v2b,AG3B -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)) |