Fix MAINTARGET typo for ramips (#1005)

This commit is contained in:
Tim Wilkinson 2023-12-09 07:20:06 -08:00 committed by GitHub
parent ed4f1815f2
commit c1d1b21b71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ jobs:
no_output_timeout: 1h
- run:
name: Build ramips/mt7621
command: make MAINTARGET=ipq40xx SUBTARGET=mt7621
command: make MAINTARGET=ramips SUBTARGET=mt7621
no_output_timeout: 2h
- run:
name: Compress build files
@ -144,7 +144,7 @@ jobs:
no_output_timeout: 2h
- run:
name: Build ramips/mt7621
command: make MAINTARGET=ipq40xx SUBTARGET=mt7621
command: make MAINTARGET=ramips SUBTARGET=mt7621
no_output_timeout: 2h
- run:
name: Compress build files