This repository was archived by the owner on Nov 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ This is an Arch Linux packager that applies
44[ jakeday's patches for Surface devices] ( https://github.com/jakeday/linux-surface )
55to the Linux kernel of your choice.
66
7+ As of November 2019,
8+ the master branch has officially switched over to
9+ using [ qzed's version of these patches] ( https://github.com/qzed/linux-surface/ )
10+ since jakeday's repository appears to be no longer
11+ actively maintained. If you wish to only apply
12+ jakeday's patches, checkout the branch ` jakeday ` .
13+
714## Pre-Installation
815
916First thing you're going to want to do is to clone this repository:
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf')
1717options=(' !strip' )
1818source=(
1919 git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
20- git://github.com/jakeday /linux-surface.git
20+ git://github.com/qzed /linux-surface.git
2121 .config # kernel configuration file
2222 60-linux.hook # pacman hook for depmod
2323 90-linux.hook # pacman hook for initramfs regeneration
Original file line number Diff line number Diff line change 55# User did not enter a major version selection, prompt for one
66if [ " $1 " = " " ]; then
77 echo " Which kernel version do you want to build?"
8- select major_version in " 4.19" " 5.1 " ; do
8+ select major_version in " 4.19" " 5.3 " ; do
99 break ;
1010 done
1111else
@@ -17,8 +17,8 @@ case $major_version in
1717 " 4.19" )
1818 version=" 4.19.56"
1919 ;;
20- " 5.1 " )
21- version=" 5.1.15 "
20+ " 5.3 " )
21+ version=" 5.3.10 "
2222 ;;
2323 * )
2424 echo " Invalid selection!"
@@ -32,7 +32,7 @@ cache_folder=.cache
3232build_folder=build-${version}
3333kernel_repository=git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
3434kernel_src_folder=linux-stable
35- patches_repository=git://github.com/jakeday /linux-surface.git
35+ patches_repository=git://github.com/qzed /linux-surface.git
3636patches_src_folder=linux-surface
3737
3838kernel_suffix=" -surface"
You can’t perform that action at this time.
0 commit comments