From 00f01e3df7e4cb61c214dccec92fcc139ff309cd Mon Sep 17 00:00:00 2001 From: Thorsten Leemhuis Date: Thu, 14 Mar 2019 06:52:47 +0100 Subject: adjust for 5.x --- scripts/stable-update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/stable-update.sh b/scripts/stable-update.sh index de29b00c0..426901453 100755 --- a/scripts/stable-update.sh +++ b/scripts/stable-update.sh @@ -40,7 +40,7 @@ if [ -z $VERSION ]; then fi if [ ! -f patch-$1.xz ]; then - wget https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-$1.xz + wget https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$1.xz if [ ! $? -eq 0 ]; then echo "Download fail" exit 1 @@ -49,8 +49,8 @@ fi # This all needs to be updated for the new generation system # -# if [ ! -f "patch-$1.sign" ]; then -# wget "https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-$1.sign" +#if [ ! -f "patch-$1.sign" ]; then +# wget "https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$1.sign" # if [ ! $? -eq 0 ]; then # echo "Signature download failed" # exit 1 -- cgit