X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/302118701d44f3d6033d14cc5d594aeed5372fa0..18d905d52ddd7be753fca9246685bb8522edad47:/target/linux/brcm63xx/image/Makefile?ds=sidebyside diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 515caeaa4..af15c1b45 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -94,7 +94,6 @@ define Image/Prepare endef define Image/Build - $(STAGING_DIR_HOST)/bin/trx -o $(BIN_DIR)/openwrt-$(BOARD)-$(1).trx -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma $(call trxalign/$(1)) -f $(KDIR)/root.$(1) dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-root.$(1) bs=128k conv=sync # Various routers $(call Image/Build/CFE,$(1),96345GW2,6345,bccfe,,bccfe,) @@ -117,6 +116,8 @@ define Image/Build $(call Image/Build/CFE,$(1),V2110,6348,bc221,,btvgr,-y 5) # BT Voyager V2500V, V2500V_SIP_CLUB, V2500V_AA $(call Image/Build/CFE,$(1),V2500V_BB,6348,bc221,,btvgr,-y 5) + # RTA1025W_16 (numerous routers) + $(call Image/Build/CFE,$(1),RTA1025W_16,6348,bc221,,btrta,-y 5) # Tecom GW6000 $(call Image/Build/CFE,$(1),96348GW,6348,bc300,,bc300,) # Tecom GW6200 @@ -151,6 +152,10 @@ define Image/Build $(call Image/Build/CFE,$(1),6338GW,6338,bc221,,bc221) $(call Image/Build/CFE,$(1),6338GW,6338,bc300,,bc300) $(call Image/Build/CFE,$(1),6338GW,6338,bc310,,bc310) + $(call Image/Build/CFE,$(1),6338W,6338,bccfe,,bccfe) + $(call Image/Build/CFE,$(1),6338W,6338,bc221,,bc221) + $(call Image/Build/CFE,$(1),6338W,6338,bc300,,bc300) + $(call Image/Build/CFE,$(1),6338W,6338,bc310,,bc310) # Sagem F@ST2404 $(call Image/Build/CFE,$(1),F@ST2404,6348,bccfe,,bccfe) @@ -163,6 +168,9 @@ define Image/Build # Pirelli Alice Gate VoIP 2 Plus Wi-Fi AGPF-S0 $(call Image/Build/CFEAGPF,$(1),AGPF-S0,6358,0x20000,bccfe,,bccfe) $(call Image/Build/CFEAGPF,$(1),AGPF-S0,6358,0x20000,ag306,,agv2+w) + # Pirelli A226G + $(call Image/Build/CFEAGPF,$(1),DWV-S0,6358,0x10000,bccfe,,bccfe) + $(call Image/Build/CFEAGPF,$(1),DWV-S0,6358,0x10000,ag306,DWV_96358,a226g) endef $(eval $(call BuildImage))