diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-08-30 12:25:02 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-08-30 12:25:02 +0000 |
commit | 291abdac58b413ff1ef817d1d036ab1a17010e4c (patch) | |
tree | f3c9af4e71ca84f9ee6ca85333697770861c66e2 /target | |
parent | 8ef58746f5dc4a61cb448d70a41401ebb4e44783 (diff) | |
download | upstream-291abdac58b413ff1ef817d1d036ab1a17010e4c.tar.gz upstream-291abdac58b413ff1ef817d1d036ab1a17010e4c.tar.bz2 upstream-291abdac58b413ff1ef817d1d036ab1a17010e4c.zip |
Build images for WAG54GP2v1 and v2, thanks sn9
SVN-Revision: 12438
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar7/image/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ar7/image/Makefile b/target/linux/ar7/image/Makefile index ef30431c00..598f604a9b 100644 --- a/target/linux/ar7/image/Makefile +++ b/target/linux/ar7/image/Makefile @@ -54,7 +54,7 @@ endef define Image/Build/CyberTAN (dd if=/dev/zero bs=16 count=1; cat $(BIN_DIR)/openwrt-$(BOARD)-$(1).bin) | \ - $(STAGING_DIR_HOST)/bin/addpattern -p $(3) -o $(BIN_DIR)/openwrt-$(2)-$(4).bin + $(STAGING_DIR_HOST)/bin/addpattern -p $(3) -o $(BIN_DIR)/openwrt-$(2)-$(4)-code.bin endef #define Image/Build/sErCoMm @@ -81,6 +81,8 @@ define Image/Build $(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),WAG54GP2v1,ATWL -b,$(1)) + $(call Image/Build/CyberTAN,$(1),WAG54GP2v2,CTWL -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)) |