From 87e58a43eac981f5adcda0cd88fa8acb72266c61 Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Tue, 5 Jul 2022 08:46:59 +0200 Subject: realtek: build DGS-1210 images with CAMEO tag From now on we will insert CAMEO tags into sysupgrade images for DGS-1210 devices. This will make the "OS:...FAILED" and "FS:...FAILED" messages go away. Signed-off-by: Markus Stockhausen (cherry picked from commit e763c4c89fc5569d7264ff60837eb4aff69a0bfb) --- target/linux/realtek/image/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/realtek/image/Makefile') diff --git a/target/linux/realtek/image/Makefile b/target/linux/realtek/image/Makefile index b54a1f0a8d..3a1ba2f60e 100644 --- a/target/linux/realtek/image/Makefile +++ b/target/linux/realtek/image/Makefile @@ -17,6 +17,10 @@ define Build/zyxel-vers done ) >> $@ endef +define Build/dlink-cameo + $(SCRIPT_DIR)/cameo-tag.py $@ $(DLINK_KERNEL_PART_SIZE) +endef + define Build/dlink-headers dd if=$@ bs=$(DLINK_KERNEL_PART_SIZE) count=1 of=$@.kernel_part; \ dd if=$@ bs=$(DLINK_KERNEL_PART_SIZE) skip=1 of=$@.rootfs_part; \ -- cgit v1.2.3