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/base-files/lib/ramips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/ramips/base-files') diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh index 31a2049696..695f20697d 100755 --- a/target/linux/ramips/base-files/lib/ramips.sh +++ b/target/linux/ramips/base-files/lib/ramips.sh @@ -260,7 +260,7 @@ ramips_board_detect() { name="m2m" ;; *"Mercury MAC1200R v2") - name="mac1200rv2" + name="mac1200r-v2" ;; *"MicroWRT") name="microwrt" -- cgit v1.2.3