mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 18:59:13 +08:00
Build images for WAG54GP2v1 and v2, thanks sn9
SVN-Revision: 12438
This commit is contained in:
parent
8ef58746f5
commit
291abdac58
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user