summaryrefslogtreecommitdiffstats
path: root/core/modules/kernel-vanilla/module.build
diff options
context:
space:
mode:
authorSimon Rettberg2022-09-02 14:51:09 +0200
committerSimon Rettberg2022-09-02 14:51:09 +0200
commit79475cde22c9b2d8ef84f68cbec27cacdf44ce3c (patch)
tree288f5e8f0b0b027c8b09e509fdc4d35978bf5d76 /core/modules/kernel-vanilla/module.build
parent[run-virt] Linux script starter: +DISPL +XAUTH f. hidden scripts (diff)
downloadmltk-79475cde22c9b2d8ef84f68cbec27cacdf44ce3c.tar.gz
mltk-79475cde22c9b2d8ef84f68cbec27cacdf44ce3c.tar.xz
mltk-79475cde22c9b2d8ef84f68cbec27cacdf44ce3c.zip
[kernel-vanilla] Add patch for DP++ adapter detection
Diffstat (limited to 'core/modules/kernel-vanilla/module.build')
-rw-r--r--core/modules/kernel-vanilla/module.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/kernel-vanilla/module.build b/core/modules/kernel-vanilla/module.build
index eb43e586..ec40e649 100644
--- a/core/modules/kernel-vanilla/module.build
+++ b/core/modules/kernel-vanilla/module.build
@@ -79,7 +79,7 @@ fetch_kernel_source() {
# Other patches
local patch
cde "$MODULE_WORK_DIR/ksrc"
- for patch in "${MODULE_DIR}/patches/"*; do
+ for patch in "${MODULE_DIR}/patches/"*${TARGET_KERNEL_SHORT%.*}*; do
[ -f "$patch" ] || continue
grep -q -F "$patch" "patches-done" && continue
pinfo "Applying $(basename "$patch")"