From c1d1b21b71a5b8ad2e61ea25e6ff4f777ce6dc36 Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Sat, 9 Dec 2023 07:20:06 -0800 Subject: [PATCH] Fix MAINTARGET typo for ramips (#1005) --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d741f525..d56b4045 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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