restructuring repo for patches

This commit is contained in:
Jake Day 2018-03-10 17:44:34 -05:00
parent 0bc2f0748e
commit 690bde8561
22 changed files with 1 additions and 1 deletions

View file

@ -99,7 +99,7 @@ If you don't want to use the pre-built kernel and headers, you can compile the k
4. Checkout the version of the kernel you wish to target (replacing with your target version):
* $ git checkout v4.y.z
5. Apply the kernel patches from the linux-surface repo (this one):
* $ for i in ~/linux-surface/patches-[VERSION]/*.patch; do patch -p1 < $i; done
* $ for i in ~/linux-surface/patches/[VERSION]/*.patch; do patch -p1 < $i; done
6. Copy over the config file from the linux-surface repo (this one):
* $ cp ~/linux-surface/config .config
7. Compile the kernel and headers (for ubuntu, refer to the build guild for your distro):