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

Commit

Permalink
Group upstream patches by kernel major version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhacker committed Apr 29, 2020
1 parent 654f95a commit 04658cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
Expand Down

0 comments on commit 04658cf

Please sign in to comment.