mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
xf86-video-nvidia-legacy: fix build with kernel 3.6.7
This commit is contained in:
parent
087741801e
commit
cb3c9bfba0
@ -0,0 +1,11 @@
|
|||||||
|
--- a/kernel/conftest.sh 2013-02-04 15:10:20.669633666 -0500
|
||||||
|
+++ b/kernel/conftest.sh 2013-02-04 15:10:34.283334673 -0500
|
||||||
|
@@ -1701,7 +1701,7 @@
|
||||||
|
SUBLEVEL=$(grep "^SUBLEVEL =" $MAKEFILE | cut -d " " -f 3)
|
||||||
|
|
||||||
|
if [ -n "$PATCHLEVEL" -a $PATCHLEVEL -ge 6 \
|
||||||
|
- -a -n "$SUBLEVEL" -a $SUBLEVEL -le 5 ]; then
|
||||||
|
+ -a -n "$SUBLEVEL" -a $SUBLEVEL -le 6 ]; then
|
||||||
|
SELECTED_MAKEFILE=Makefile.kbuild
|
||||||
|
RET=0
|
||||||
|
fi
|
Loading…
x
Reference in New Issue
Block a user