ndiswrapper fix build with upstream.patch

This commit is contained in:
Ertuğrul Erata
2016-07-27 19:10:41 +03:00
parent 2f02d01032
commit a593a3aba4
5 changed files with 111 additions and 85 deletions
-3
View File
@@ -13,9 +13,6 @@ from pisi.actionsapi import get
KDIR = kerneltools.getKernelVersion()
def build():
shelltools.system("patch -p1 < ndiswrapper-1.59.patch")
shelltools.system("patch -p1 < kernel-4.2.patch")
autotools.make("-C driver KVERS_UNAME=%s" % KDIR)
autotools.make("-C utils")