mirror of https://github.com/aredn/aredn.git
Fix MAINTARGET typo for ramips (#1005)
This commit is contained in:
parent
ed4f1815f2
commit
c1d1b21b71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue