]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
make.sh: Bump the toolchain version
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 2 May 2025 10:16:31 +0000 (10:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 12 May 2025 14:32:44 +0000 (14:32 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 2352bfca5318fc150ef78558f45f767406f694b1..3c7cfe1fbed750a1e16691a2215ed5babca184b2 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}"