summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2019-03-14 06:52:47 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2019-03-14 06:52:47 +0100
commit00f01e3df7e4cb61c214dccec92fcc139ff309cd (patch)
tree53ac4fe2ded3ef4dfcf53c671455e997d99f7940 /scripts
parent59c4623fd11dba93f894d88ef9399d0fb5afb9d4 (diff)
downloadkernel-00f01e3df7e4cb61c214dccec92fcc139ff309cd.tar.gz
kernel-00f01e3df7e4cb61c214dccec92fcc139ff309cd.tar.xz
kernel-00f01e3df7e4cb61c214dccec92fcc139ff309cd.zip
adjust for 5.x
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/stable-update.sh6
1 files changed, 3 insertions, 3 deletions
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