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

Commit 04658cf

Browse files
committed
Group upstream patches by kernel major version
1 parent 654f95a commit 04658cf

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

compile_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ done
111111

112112
# Add upstream patches
113113
echo "Creating symlinks to upstream patches ..."
114-
for src in ../base/patches/*.patch; do
114+
for src in ../base/patches/$major_version/*.patch; do
115115
filename=$(basename $src)
116116
patch_entry=" ${filename}"
117117
skip_entry=" 'SKIP'"

0 commit comments

Comments
 (0)