X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d26482830ebe68452ed97ed36192abbb543d00d5..a08050a04875fcc54de48f3acd84f957385411ae:/target/linux/brcm63xx/image/Makefile?ds=inline diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 588745cd2..3f532f0b1 100644 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -28,7 +28,7 @@ define trxalign/squashfs endef define Image/LimitName16 -$(shell expr substr "$(1)" 1 $$(expr length "$(1)")) +$(shell expr substr "$(1)" 1 16) endef define Image/Build/CFE @@ -37,7 +37,17 @@ define Image/Build/CFE --output $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin \ --boardid $(2) --chipid $(3) --entry $(KERNEL_ENTRY) \ --load-addr $(LOADADDR) --rsa-signature "$(5)" \ - --info1 "$(call Image/LimitName16,$(4))" --info2 $(1) \ + --info1 "-$(call Image/LimitName16,$(4))" --info2 $(1) \ + $(6) $(7) $(8) $(9) +endef + +define Image/Build/CFEFIXUP + # Generate the tagged image + $(STAGING_DIR_HOST)/bin/imagetag -i $(KDIR)/vmlinux.lzma.cfe -f $(KDIR)/root.$(1) \ + --output $(BIN_DIR)/openwrt-$(4)-$(1)-cfe.bin \ + --boardid $(2) --chipid $(3) --entry $(KERNEL_ENTRY) \ + --load-addr $(LOADADDR) --rsa-signature "$(5)" \ + --info1 "+$(call Image/LimitName16,$(4))" --info2 $(1) \ $(6) $(7) $(8) $(9) endef @@ -48,7 +58,7 @@ define Image/Build/CFEAGPF --boardid $(2) --chipid $(3) --entry $(LOADADDR) \ --load-addr $(LOADADDR) --tag-version 8 \ --signature2 IMAGE --block-size 0x20000 \ - --image-offset $(4) --info1 "$(call Image/LimitName16,$(5))" --info2 $(1) + --image-offset $(4) --info1 "-$(call Image/LimitName16,$(5))" --info2 $(1) endef define Image/Build/RG100A @@ -57,7 +67,7 @@ define Image/Build/RG100A --output $(BIN_DIR)/openwrt-$(5)-$(1)-cfe.bin \ --boardid $(2) --chipid $(3) --entry $(LOADADDR) \ --load-addr $(LOADADDR) --block-size 0x20000 \ - --image-offset $(4) --info1 "$(call Image/LimitName16,$(5))" --info2 $(1) + --image-offset $(4) --info1 "-$(call Image/LimitName16,$(5))" --info2 $(1) endef define Image/Build/RedBoot @@ -179,6 +189,8 @@ define Image/Build # Telsey CPVA642-type (e.g. CPA-ZNTE60T) $(call Image/Build/CFE,$(1),CPVA642,6358,CPA-ZNTE60T,,--signature "Telsey Tlc",--signature2 "99.99.999",--second-image-flag "0") + # T-Com Speedport W 500V + $(call Image/Build/CFEFIXUP,$(1),96348GW,6348,SPW500V) endef $(eval $(call BuildImage))