From 181a550e2c693b40a7951b9a783bd3cba5ea8c41 Mon Sep 17 00:00:00 2001 From: Jake Day Date: Sat, 3 Feb 2018 22:41:32 -0500 Subject: [PATCH] update readme instructions to reflect different patch sets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 631d1053c..6982724de 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,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/*.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):