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/rt288x.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/rt288x.mk')
-rw-r--r-- | target/linux/ramips/image/rt288x.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/rt288x.mk b/target/linux/ramips/image/rt288x.mk index 7e7652e9ec..d9dd3aea1e 100644 --- a/target/linux/ramips/image/rt288x.mk +++ b/target/linux/ramips/image/rt288x.mk @@ -20,7 +20,7 @@ define Device/ar670w IMAGE_SIZE := $(ralink_default_fw_size_4M) KERNEL := $(KERNEL_DTB) IMAGES += factory.bin - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | gemtek-header ar725w + IMAGE/factory.bin := $$(sysupgrade_bin) | gemtek-header ar725w endef TARGET_DEVICES += ar670w @@ -28,7 +28,7 @@ define Device/ar725w DTS := AR725W DEVICE_TITLE := Gemtek AR725W IMAGES += factory.bin - IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | gemtek-header ar725w + IMAGE/factory.bin := $$(sysupgrade_bin) | gemtek-header ar725w endef TARGET_DEVICES += ar725w |