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 <dev@kresin.me>
This commit is contained in:
Mathias Kresin
2016-12-01 07:37:03 +01:00
parent ae3ac76e56
commit d2b6bf1416
4 changed files with 15 additions and 13 deletions

View File

@@ -260,7 +260,7 @@ ramips_board_detect() {
name="m2m"
;;
*"Mercury MAC1200R v2")
name="mac1200rv2"
name="mac1200r-v2"
;;
*"MicroWRT")
name="microwrt"