Skip to content

Commit

Permalink
Updated kernel version to v5.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kei committed Sep 12, 2020
1 parent a4bf4f0 commit a5f766d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

IODINE_LINUX_REPOSITORY="git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git"
IODINE_LINUX_VERSION="v5.8.8"
IODINE_LINUX_VERSION="v5.8.9"

IODINE_LINUX_FOLDER="linux-$IODINE_LINUX_VERSION"
IODINE_LINUX_BRANCH=`echo $IODINE_LINUX_VERSION | sed 's/.[0-9]\{1,3\}//3; s/$/.x/'`
Expand Down
2 changes: 1 addition & 1 deletion configs/v5.8.x.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.8.8 Kernel Configuration
# Linux/x86 5.8.9 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0"
CONFIG_CC_IS_GCC=y
Expand Down

0 comments on commit a5f766d

Please sign in to comment.