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:
@@ -260,7 +260,7 @@ ramips_board_detect() {
|
||||
name="m2m"
|
||||
;;
|
||||
*"Mercury MAC1200R v2")
|
||||
name="mac1200rv2"
|
||||
name="mac1200r-v2"
|
||||
;;
|
||||
*"MicroWRT")
|
||||
name="microwrt"
|
||||
|
||||
Reference in New Issue
Block a user