]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
make.sh: Bump the toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 30 Apr 2025 15:36:55 +0000 (15:36 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 May 2025 13:34:12 +0000 (13:34 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index ab3867a8f11134424c810f2f1e14521fce4882a2..7c8aa54fef25c2583e72622b7fe3194d735adf8e 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -32,7 +32,7 @@ GIT_BRANCH="$(git rev-parse --abbrev-ref HEAD)"                       # Git Branch
 GIT_TAG="$(git tag | tail -1)"                                 # Git Tag
 GIT_LASTCOMMIT="$(git rev-parse --verify HEAD)"                        # Last commit
 
-TOOLCHAINVER="20250222"
+TOOLCHAINVER="20250430"
 
 KVER_SUFFIX="-${SNAME}"