From: Michael Tremer Date: Wed, 6 Jun 2018 15:20:36 +0000 (+0100) Subject: make.sh: Bump toolchain date X-Git-Tag: v2.21-core122~20 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=e701e24fb29854f609ccf72680e88e3041c2fa6e make.sh: Bump toolchain date Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index dbe129745c..e8591f363b 100755 --- a/make.sh +++ b/make.sh @@ -37,7 +37,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` GIT_TAG=$(git tag | tail -1) # Git Tag GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit -TOOLCHAINVER=20180213 +TOOLCHAINVER=20180606 ############################################################################### #