From efa29f0907105ae07a40902373249dcf66bfffb3 Mon Sep 17 00:00:00 2001 From: NiLuJe Date: Sat, 28 Sep 2024 00:15:55 +0200 Subject: [PATCH] This no longer needs to be conditional, everything is on 1.26 ;). --- gen-tc.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gen-tc.sh b/gen-tc.sh index 5bf0bc5..015d5b0 100755 --- a/gen-tc.sh +++ b/gen-tc.sh @@ -60,8 +60,7 @@ Build_CT-NG() { unset CFLAGS CXXFLAGS LDFLAGS ct-ng "${tc_target}" ct-ng oldconfig - # That requires the 1.24 branch, so, don't do it on 1.23 - [ ! -f "${BUILD_ROOT}/CT-NG/steps.mk" ] && ct-ng upgradeconfig + ct-ng upgradeconfig ct-ng updatetools nice ct-ng build echo ""