packages/linux-lava: hotfix winesync patch fail
This commit is contained in:
parent
97cae9af27
commit
cd4f3f7126
2 changed files with 13 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ in {
|
||||||
#kernelPatchSrc
|
#kernelPatchSrc
|
||||||
borePatch
|
borePatch
|
||||||
(patch ./si-manual-clocking.patch)
|
(patch ./si-manual-clocking.patch)
|
||||||
|
(patch ./winesync-hotfix.patch)
|
||||||
]
|
]
|
||||||
++ builtins.map (name: {
|
++ builtins.map (name: {
|
||||||
inherit name;
|
inherit name;
|
||||||
|
|
|
||||||
12
packages/linux-lava/winesync-hotfix.patch
Normal file
12
packages/linux-lava/winesync-hotfix.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
|
||||||
|
index 1fc89b8ef43..c2064a35688 100644
|
||||||
|
--- a/tools/testing/selftests/Makefile
|
||||||
|
+++ b/tools/testing/selftests/Makefile
|
||||||
|
@@ -13,7 +13,6 @@ TARGETS += damon
|
||||||
|
TARGETS += drivers/dma-buf
|
||||||
|
TARGETS += drivers/s390x/uvdevice
|
||||||
|
TARGETS += drivers/net/bonding
|
||||||
|
-TARGETS += drivers/net/team
|
||||||
|
TARGETS += efivarfs
|
||||||
|
TARGETS += exec
|
||||||
|
TARGETS += filesystems
|
||||||
Loading…
Add table
Add a link
Reference in a new issue