summaryrefslogtreecommitdiff
path: root/ndiswrapper
diff options
context:
space:
mode:
authorDanny Rawlins <romster@shortcircuit.net.au>2008-03-28 08:07:10 +1100
committerDanny Rawlins <romster@shortcircuit.net.au>2008-03-28 08:07:59 +1100
commit921c36d122aa9cdf8ba73c9e69ca28a6ed29731e (patch)
tree577fa5cd4a8469d04c0a427e57778459c97597a7 /ndiswrapper
parent6026e491ec91d846e0ebe85e498ecc69348b6b7e (diff)
downloadcontrib-921c36d122aa9cdf8ba73c9e69ca28a6ed29731e.tar.gz
contrib-921c36d122aa9cdf8ba73c9e69ca28a6ed29731e.tar.xz
ndiswrapper: 1.51 -> 1.52
Diffstat (limited to 'ndiswrapper')
-rw-r--r--ndiswrapper/.footprint28
-rw-r--r--ndiswrapper/.md5sum2
-rw-r--r--ndiswrapper/Pkgfile10
3 files changed, 21 insertions, 19 deletions
diff --git a/ndiswrapper/.footprint b/ndiswrapper/.footprint
index 77a6fb931..31138a07a 100644
--- a/ndiswrapper/.footprint
+++ b/ndiswrapper/.footprint
@@ -1,19 +1,19 @@
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/modules/
-drwxr-xr-x root/root lib/modules/2.6.20/
-drwxr-xr-x root/root lib/modules/2.6.20/misc/
--rw-r--r-- root/root lib/modules/2.6.20/misc/ndiswrapper.ko
--rw-r--r-- root/root lib/modules/2.6.20/modules.alias
--rw-r--r-- root/root lib/modules/2.6.20/modules.ccwmap
--rw-r--r-- root/root lib/modules/2.6.20/modules.dep
--rw-r--r-- root/root lib/modules/2.6.20/modules.ieee1394map
--rw-r--r-- root/root lib/modules/2.6.20/modules.inputmap
--rw-r--r-- root/root lib/modules/2.6.20/modules.isapnpmap
--rw-r--r-- root/root lib/modules/2.6.20/modules.ofmap
--rw-r--r-- root/root lib/modules/2.6.20/modules.pcimap
--rw-r--r-- root/root lib/modules/2.6.20/modules.seriomap
--rw-r--r-- root/root lib/modules/2.6.20/modules.symbols
--rw-r--r-- root/root lib/modules/2.6.20/modules.usbmap
+drwxr-xr-x root/root lib/modules/<kernel-version>/
+drwxr-xr-x root/root lib/modules/<kernel-version>/misc/
+-rw-r--r-- root/root lib/modules/<kernel-version>/misc/ndiswrapper.ko
+-rw-r--r-- root/root lib/modules/<kernel-version>/modules.alias
+-rw-r--r-- root/root lib/modules/<kernel-version>/modules.ccwmap
+-rw-r--r-- root/root lib/modules/<kernel-version>/modules.dep
+-rw-r--r-- root/root lib/modules/<kernel-version>/modules.ieee1394map
+-rw-r--r-- root/root lib/modules/<kernel-version>/modules.inputmap
+-rw-r--r-- root/root lib/modules/<kernel-version>/modules.isapnpmap
+-rw-r--r-- root/root lib/modules/<kernel-version>/modules.ofmap
+-rw-r--r-- root/root lib/modules/<kernel-version>/modules.pcimap
+-rw-r--r-- root/root lib/modules/<kernel-version>/modules.seriomap
+-rw-r--r-- root/root lib/modules/<kernel-version>/modules.symbols
+-rw-r--r-- root/root lib/modules/<kernel-version>/modules.usbmap
drwxr-xr-x root/root sbin/
-rwxr-xr-x root/root sbin/loadndisdriver
drwxr-xr-x root/root usr/
diff --git a/ndiswrapper/.md5sum b/ndiswrapper/.md5sum
index 9af919cfe..fac2acd18 100644
--- a/ndiswrapper/.md5sum
+++ b/ndiswrapper/.md5sum
@@ -1 +1 @@
-ba8f8cf43e7e05427a0c221a284a516c ndiswrapper-1.51.tar.gz
+3ab2aeef398d29df3a40d40fa499405e ndiswrapper-1.52.tar.gz
diff --git a/ndiswrapper/Pkgfile b/ndiswrapper/Pkgfile
index 364aacdeb..a64ab6525 100644
--- a/ndiswrapper/Pkgfile
+++ b/ndiswrapper/Pkgfile
@@ -5,13 +5,15 @@
# Depends on:
name=ndiswrapper
-version=1.51
+version=1.52
release=1
source=(http://dl.sourceforge.net/sourceforge/ndiswrapper/ndiswrapper-$version.tar.gz)
build() {
- cd ndiswrapper-$version
- make KBUILD=/usr/src/linux-$(uname -r)
- make KBUILD=/usr/src/linux-$(uname -r) DESTDIR=$PKG install
+ cd ndiswrapper-$version
+ sed -i -e "s|CFLAGS = -g -Wall -I\$(DRIVER_DIR)|CFLAGS = $CFLAGS -Wall -I\$(DRIVER_DIR)|" utils/Makefile
+ local kernel="`uname -r`"
+ make KBUILD=/usr/src/linux-$kernel EXTRA_CFLAGS="$CFLAGS"
+ make KBUILD=/usr/src/linux-$kernel DESTDIR=$PKG install
}

Generated by cgit