mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
Merge pull request #9549 from heitbaum/cleanup
xf86-video-nvidia-legacy: delete patches
This commit is contained in:
commit
8782a589de
@ -1,11 +0,0 @@
|
|||||||
diff -Naur a/kernel/conftest.sh b/kernel/conftest.sh
|
|
||||||
--- a/kernel/conftest.sh 2024-03-17 06:12:58.410530788 +0000
|
|
||||||
+++ b/kernel/conftest.sh 2024-03-17 06:12:58.410530788 +0000
|
|
||||||
@@ -1573,6 +1573,7 @@
|
|
||||||
;;
|
|
||||||
|
|
||||||
drm_available)
|
|
||||||
+ return
|
|
||||||
#
|
|
||||||
# Determine if the DRM subsystem is usable
|
|
||||||
#
|
|
@ -1,24 +0,0 @@
|
|||||||
diff -Naur a/kernel/conftest.sh b/kernel/conftest.sh
|
|
||||||
--- a/kernel/conftest.sh 2024-05-10 16:44:09.219463660 +0000
|
|
||||||
+++ b/kernel/conftest.sh 2024-05-10 16:45:33.696827888 +0000
|
|
||||||
@@ -196,7 +196,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
build_cflags() {
|
|
||||||
- BASE_CFLAGS="-O2 -D__KERNEL__ \
|
|
||||||
+ BASE_CFLAGS="-O2 -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -D__KERNEL__ \
|
|
||||||
-DKBUILD_BASENAME=\"#conftest$$\" -DKBUILD_MODNAME=\"#conftest$$\" \
|
|
||||||
-nostdinc -isystem $ISYSTEM"
|
|
||||||
|
|
||||||
diff -Naur a/kernel/uvm/conftest.sh b/kernel/uvm/conftest.sh
|
|
||||||
--- a/kernel/uvm/conftest.sh 2024-05-10 16:44:09.206130218 +0000
|
|
||||||
+++ b/kernel/uvm/conftest.sh 2024-05-10 16:45:45.273592434 +0000
|
|
||||||
@@ -196,7 +196,7 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
build_cflags() {
|
|
||||||
- BASE_CFLAGS="-O2 -D__KERNEL__ \
|
|
||||||
+ BASE_CFLAGS="-O2 -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -D__KERNEL__ \
|
|
||||||
-DKBUILD_BASENAME=\"#conftest$$\" -DKBUILD_MODNAME=\"#conftest$$\" \
|
|
||||||
-nostdinc -isystem $ISYSTEM"
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user