[ar71xx] create firmware image for the WP543 board
[openwrt.git] / target / linux / ar7 / image / Makefile
index 8952b09..170ad7a 100644 (file)
@@ -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
@@ -78,6 +78,12 @@ 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),AG310,AV2A -b -r 1.0,$(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),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))
This page took 0.021677 seconds and 4 git commands to generate.