From d2b6bf141662429d542b23e9e8f44245a77710a5 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Thu, 1 Dec 2016 07:37:03 +0100 Subject: ramips: fix image validation errors The name from the Device define will be used in the metadata. Due to typos/different spelling, this name might not match the one exported in /lib/ramips.sh. Fix all name mismatches which were found by checking if the name used in the metadata exists in /lib/ramips.sh. Signed-off-by: Mathias Kresin --- target/linux/ramips/image/mt7620.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/ramips/image/mt7620.mk') diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index 24b78cb97b..a8c7f5c8c7 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -43,6 +43,7 @@ endef define Device/ArcherC20i DTS := ArcherC20i + SUPPORTED_DEVICES := c20i KERNEL := $(KERNEL_DTB) KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-header ArcherC20i -c IMAGE/sysupgrade.bin := append-kernel | tplink-header ArcherC20i -j | append-metadata @@ -52,6 +53,7 @@ TARGET_DEVICES += ArcherC20i define Device/ArcherC50 DTS := ArcherC50 + SUPPORTED_DEVICES := c50 KERNEL := $(KERNEL_DTB) KERNEL_INITRAMFS := $(KERNEL_DTB) | tplink-header ArcherC50 -c IMAGE/sysupgrade.bin := append-kernel | tplink-header ArcherC50 -j | append-metadata -- cgit v1.2.3