Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
Update kernel version to 4.17.19, LTS to 4.14.67
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhacker committed Aug 29, 2018
1 parent e3f78fb commit be83c53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ fi
# Convert major version (e.g. 4.14) to full version (e.g. 4.14.40)
case $major_version in
"4.14")
version="4.14.50"
version="4.14.67"
;;
"4.17")
version="4.17.11"
version="4.17.19"
;;
*)
echo "Invalid selection!"
Expand Down

0 comments on commit be83c53

Please sign in to comment.