| 1 | # |
| 2 | # Copyright (C) 2006-2010 OpenWrt.org |
| 3 | # |
| 4 | # This is free software, licensed under the GNU General Public License v2. |
| 5 | # See /LICENSE for more information. |
| 6 | # |
| 7 | include $(TOPDIR)/rules.mk |
| 8 | include $(INCLUDE_DIR)/image.mk |
| 9 | |
| 10 | define Build/Clean |
| 11 | $(MAKE) -C lzma-loader clean |
| 12 | endef |
| 13 | |
| 14 | define Image/Prepare |
| 15 | cat $(KDIR)/vmlinux | $(STAGING_DIR_HOST)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $(KDIR)/vmlinux.lzma |
| 16 | rm -f $(KDIR)/loader.gz |
| 17 | $(MAKE) -C lzma-loader \ |
| 18 | BUILD_DIR="$(KDIR)" \ |
| 19 | TARGET="$(KDIR)" \ |
| 20 | clean install |
| 21 | echo -ne "\\x00" >> $(KDIR)/loader.gz |
| 22 | rm -f $(KDIR)/fs_mark |
| 23 | touch $(KDIR)/fs_mark |
| 24 | $(call prepare_generic_squashfs,$(KDIR)/fs_mark) |
| 25 | endef |
| 26 | |
| 27 | define Image/Build/wgt634u |
| 28 | dd if=$(KDIR)/loader.elf of=$(BIN_DIR)/openwrt-wgt634u-$(2).bin bs=131072 conv=sync |
| 29 | cat $(BIN_DIR)/$(IMG_PREFIX)-$(1).trx >> $(BIN_DIR)/openwrt-wgt634u-$(2).bin |
| 30 | endef |
| 31 | |
| 32 | define Image/Build/CyberTAN |
| 33 | $(STAGING_DIR_HOST)/bin/addpattern -4 -p $(3) -v v$(4) -i $(BIN_DIR)/$(IMG_PREFIX)-$(1).trx -o $(BIN_DIR)/openwrt-$(2)-$(5).bin $(if $(6),-s $(6)) |
| 34 | endef |
| 35 | define Image/Build/CyberTAN2 |
| 36 | $(STAGING_DIR_HOST)/bin/addpattern -4 -p $(3) -v v$(4) -i $(BIN_DIR)/openwrt-$(2)-$(5).noheader.bin -o $(BIN_DIR)/openwrt-$(2)-$(5).bin $(if $(6),-s $(6)) |
| 37 | endef |
| 38 | define Image/Build/CyberTANHead |
| 39 | $(STAGING_DIR_HOST)/bin/addpattern -5 -p $(3) -v v$(4) -i /dev/null -o $(KDIR)/openwrt-$(2)-header.bin $(if $(6),-s $(6)) |
| 40 | endef |
| 41 | |
| 42 | define Image/Build/Motorola |
| 43 | $(STAGING_DIR_HOST)/bin/motorola-bin -$(3) $(BIN_DIR)/$(IMG_PREFIX)-$(1).trx $(BIN_DIR)/openwrt-$(2)-$(4).bin |
| 44 | endef |
| 45 | |
| 46 | define Image/Build/USR |
| 47 | $(STAGING_DIR_HOST)/bin/trx2usr $(BIN_DIR)/$(IMG_PREFIX)-$(1).trx $(BIN_DIR)/openwrt-$(2)-$(3).bin |
| 48 | endef |
| 49 | |
| 50 | define Image/Build/Edi |
| 51 | $(STAGING_DIR_HOST)/bin/trx2edips $(BIN_DIR)/$(IMG_PREFIX)-$(1).trx $(BIN_DIR)/openwrt-$(2)-$(3).bin |
| 52 | endef |
| 53 | |
| 54 | define trxalign/jffs2-128k |
| 55 | -a 0x20000 -f $(KDIR)/root.$(1) |
| 56 | endef |
| 57 | define trxalign/jffs2-64k |
| 58 | -a 0x10000 -f $(KDIR)/root.$(1) |
| 59 | endef |
| 60 | define trxalign/squashfs |
| 61 | -a 1024 -f $(KDIR)/root.$(1) $(if $(2),-f $(2)) -a 0x10000 -A $(KDIR)/fs_mark |
| 62 | endef |
| 63 | |
| 64 | define Image/Build/trxV2 |
| 65 | $(call Image/Build/CyberTANHead,$(1),$(2),$(3),$(4),$(5),$(if $(6),$(6))) |
| 66 | $(STAGING_DIR_HOST)/bin/trx -2 -o $(BIN_DIR)/openwrt-$(2)-$(5).noheader.bin \ |
| 67 | -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma \ |
| 68 | $(call trxalign/$(1),$(1),$(KDIR)/openwrt-$(2)-header.bin) |
| 69 | $(call Image/Build/CyberTAN2,$(1),$(2),$(3),$(4),$(5),$(if $(6),$(6))) |
| 70 | endef |
| 71 | |
| 72 | define Image/Build/jffs2-128k |
| 73 | $(call Image/Build/CyberTAN,$(1),wrt54gs,W54S,4.80.1,$(patsubst jffs2-%,jffs2,$(1))) |
| 74 | $(call Image/Build/CyberTAN,$(1),wrtsl54gs,W54U,2.08.1,$(patsubst jffs2-%,jffs2,$(1))) |
| 75 | $(call Image/Build/trxV2,$(1),wrt54g3gv2-vf,3G2V,3.00.24,$(patsubst jffs2-%,jffs2,$(1)),6) |
| 76 | $(call Image/Build/wgt634u,$(1),$(patsubst jffs2-%,jffs2,$(1))) |
| 77 | endef |
| 78 | |
| 79 | define Image/Build/jffs2-64k |
| 80 | $(call Image/Build/CyberTAN,$(1),wrt54g3g,W54F,2.20.1,$(patsubst jffs2-%,jffs2,$(1))) |
| 81 | $(call Image/Build/CyberTAN,$(1),wrt54g3g-em,W3GN,2.20.1,$(patsubst jffs2-%,jffs2,$(1))) |
| 82 | $(call Image/Build/CyberTAN,$(1),wrt54g,W54G,4.71.1,$(patsubst jffs2-%,jffs2,$(1))) |
| 83 | $(call Image/Build/CyberTAN,$(1),wrt54gs_v4,W54s,1.09.1,$(patsubst jffs2-%,jffs2,$(1))) |
| 84 | $(call Image/Build/CyberTAN,$(1),wrt150n,N150,1.51.3,$(patsubst jffs2-%,jffs2,$(1))) |
| 85 | $(call Image/Build/CyberTAN,$(1),wrt300n_v1,EWCB,1.03.6,$(patsubst jffs2-%,jffs2,$(1))) |
| 86 | $(call Image/Build/CyberTAN,$(1),wrt300n_v11,EWC2,1.51.2,$(patsubst jffs2-%,jffs2,$(1))) |
| 87 | $(call Image/Build/CyberTAN,$(1),wrt350n_v1,EWCG,1.04.1,$(patsubst jffs2-%,jffs2,$(1))) |
| 88 | $(call Image/Build/Motorola,$(1),wa840g,2,$(patsubst jffs2-%,jffs2,$(1))) |
| 89 | $(call Image/Build/Motorola,$(1),we800g,3,$(patsubst jffs2-%,jffs2,$(1))) |
| 90 | $(call Image/Build/Edi,$(1),ps1208mfg,$(patsubst jffs2-%,jffs2,$(1))) |
| 91 | endef |
| 92 | |
| 93 | define Image/Build/squashfs |
| 94 | $(call Image/Build/jffs2-64k,$(1)) |
| 95 | $(call Image/Build/jffs2-128k,$(1)) |
| 96 | endef |
| 97 | |
| 98 | define Image/Build/Initramfs |
| 99 | $(STAGING_DIR_HOST)/bin/trx -o $(BIN_DIR)/$(IMG_PREFIX)-initramfs.trx -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma |
| 100 | endef |
| 101 | |
| 102 | define Image/Build/Chk |
| 103 | $(STAGING_DIR_HOST)/bin/mkchkimg -o $(BIN_DIR)/openwrt-$(2)-$(5).chk -k $(BIN_DIR)/$(IMG_PREFIX)-$(1).trx -b $(3) -r $(4) |
| 104 | endef |
| 105 | |
| 106 | define Image/Build |
| 107 | $(STAGING_DIR_HOST)/bin/trx -o $(BIN_DIR)/$(IMG_PREFIX)-$(1).trx \ |
| 108 | -f $(KDIR)/loader.gz -f $(KDIR)/vmlinux.lzma \ |
| 109 | $(call trxalign/$(1),$(1)) |
| 110 | $(call Image/Build/$(1),$(1)) |
| 111 | $(call Image/Build/Motorola,$(1),wr850g,1,$(1)) |
| 112 | $(call Image/Build/USR,$(1),usr5461,$(1)) |
| 113 | $(call Image/Build/Chk,$(1),wnr834b_v2,U12H081T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) |
| 114 | # $(call Image/Build/Chk,$(1),wndr3400_v1,U12H155T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) |
| 115 | # $(call Image/Build/Chk,$(1),wgr614_v8,U12H072T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1))) |
| 116 | endef |
| 117 | |
| 118 | $(eval $(call BuildImage)) |
| 119 | |