From 04658cf7737910f7b009df5e9bc18bee165a3c37 Mon Sep 17 00:00:00 2001 From: David Hacker Date: Tue, 28 Apr 2020 17:24:53 -0700 Subject: [PATCH] Group upstream patches by kernel major version --- base/patches/{ => 5.6}/sphinx-workaround.patch | 0 compile_setup.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename base/patches/{ => 5.6}/sphinx-workaround.patch (100%) diff --git a/base/patches/sphinx-workaround.patch b/base/patches/5.6/sphinx-workaround.patch similarity index 100% rename from base/patches/sphinx-workaround.patch rename to base/patches/5.6/sphinx-workaround.patch diff --git a/compile_setup.sh b/compile_setup.sh index 1ed99bf..636f4ee 100755 --- a/compile_setup.sh +++ b/compile_setup.sh @@ -111,7 +111,7 @@ done # Add upstream patches echo "Creating symlinks to upstream patches ..." -for src in ../base/patches/*.patch; do +for src in ../base/patches/$major_version/*.patch; do filename=$(basename $src) patch_entry=" ${filename}" skip_entry=" 'SKIP'"