diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-11-17 13:02:26 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-11-19 11:24:10 +0100 |
commit | 478f1f6b167c6b1c91f5915e9567814350865c4c (patch) | |
tree | 7364b56ac1a97444c80d3a0f5245707989361f7e /target/linux/ramips/image/rt3883.mk | |
parent | be296745f82665272771e1cfeb2c19438cf3cb5a (diff) | |
download | upstream-478f1f6b167c6b1c91f5915e9567814350865c4c.tar.gz upstream-478f1f6b167c6b1c91f5915e9567814350865c4c.tar.bz2 upstream-478f1f6b167c6b1c91f5915e9567814350865c4c.zip |
ramips: append metadata to images
metadata checks are not enforced yet, because some images are still
being built by legacy code
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips/image/rt3883.mk')
-rw-r--r-- | target/linux/ramips/image/rt3883.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/ramips/image/rt3883.mk b/target/linux/ramips/image/rt3883.mk index 89b215d6af..3eac274263 100644 --- a/target/linux/ramips/image/rt3883.mk +++ b/target/linux/ramips/image/rt3883.mk @@ -7,7 +7,7 @@ define Device/br-6475nd BLOCKSIZE := 64k IMAGE_SIZE := 7744k IMAGE/sysupgrade.bin := append-kernel | append-rootfs | \ - edimax-header -s CSYS -m RN54 -f 0x70000 -S 0x01100000 | pad-rootfs + edimax-header -s CSYS -m RN54 -f 0x70000 -S 0x01100000 | pad-rootfs | append-metadata DEVICE_TITLE := Edimax BR-6475nD DEVICE_PACKAGES := swconfig endef @@ -21,12 +21,12 @@ define Device/cy-swr1100 IMAGE/sysupgrade.bin := \ append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | append-rootfs | \ seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \ - pad-rootfs | check-size $$$$(IMAGE_SIZE) + pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE) IMAGE/factory.bin := \ append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | \ append-rootfs | pad-rootfs -x 64 | \ seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \ - seama-seal -m "signature=wrgnd10_samsung_ss815" | \ + seama-seal -m "signature=wrgnd10_samsung_ss815" | append-metadata | \ check-size $$$$(IMAGE_SIZE) DEVICE_TITLE := Samsung CY-SWR1100 DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig @@ -42,7 +42,7 @@ define Device/dir-645 IMAGE/sysupgrade.bin := \ append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | append-rootfs | \ seama -m "dev=/dev/mtdblock/2" -m "type=firmware" | \ - pad-rootfs | check-size $$$$(IMAGE_SIZE) + pad-rootfs | append-metadata | check-size $$$$(IMAGE_SIZE) IMAGE/factory.bin := \ append-kernel | pad-offset $$$$(BLOCKSIZE) 64 | \ append-rootfs | pad-rootfs -x 64 | \ @@ -69,7 +69,7 @@ define Device/tew-691gr DTS := TEW-691GR BLOCKSIZE := 64k IMAGES += factory.bin - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | umedia-header 0x026910 + IMAGE/factory.bin := $$(sysupgrade_bin) | umedia-header 0x026910 DEVICE_TITLE := TRENDnet TEW-691GR DEVICE_PACKAGES := swconfig endef @@ -80,7 +80,7 @@ define Device/tew-692gr DTS := TEW-692GR BLOCKSIZE := 64k IMAGES += factory.bin - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | umedia-header 0x026920 + IMAGE/factory.bin := $$(sysupgrade_bin) | umedia-header 0x026920 DEVICE_TITLE := TRENDnet TEW-692GR DEVICE_PACKAGES := swconfig endef @@ -93,7 +93,7 @@ define Device/wlr-6000 IMAGE_SIZE := 7244k IMAGES += factory.dlf IMAGE/factory.dlf := \ - $$(IMAGE/sysupgrade.bin) | senao-header -r 0x0202 -p 0x41 -t 2 + $$(sysupgrade_bin) | senao-header -r 0x0202 -p 0x41 -t 2 DEVICE_TITLE := Sitecom WLR-6000 DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 swconfig endef |