Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=kernel2633.git;a=commitdiff;h=42a7fdaa67cf34bcb9230ce767bc03e80bde14b5

commit 42a7fdaa67cf34bcb9230ce767bc03e80bde14b5
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Fri Mar 12 22:28:44 2010 +0100

acx100-20080806-23-i686

- add kernel-2.6.33.patch

diff --git a/source/network-extra/acx100/FrugalBuild 
b/source/network-extra/acx100/FrugalBuild
index 8eeaa0f..2598a93 100644
--- a/source/network-extra/acx100/FrugalBuild
+++ b/source/network-extra/acx100/FrugalBuild
@@ -4,7 +4,7 @@
pkgname=acx100
origname=acx-mac80211
pkgver=20080806
-pkgrel=22
+pkgrel=23
pkgdesc="The ACX100/ACX111 wireless network driver."
_F_sourceforge_ext=".tar.bz2"
_F_sourceforge_dirname=${pkgname}
@@ -15,8 +15,8 @@ groups=('network-extra')
archs=('i686' 'x86_64')
_F_archive_name=${origname}
up2date="Flasttar http://acx100.sourceforge.net/wiki/Main_Page";
-source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/{$origname-$pkgver.tar.bz2,fw.tar.bz2,ACX100_USB.bin,kernel-2.6.27-compat.patch.bz2}
 kernel-2.6.3{0,1}.patch)
-signatures=($source.asc '' '' '' '' '')
+source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/{$origname-$pkgver.tar.bz2,fw.tar.bz2,ACX100_USB.bin,kernel-2.6.27-compat.patch.bz2}
 kernel-2.6.3{0,1,3}.patch)
+signatures=($source.asc '' '' '' '' '' '')

build() {
# no Fcheckkernel, crosscompilation verified
diff --git a/source/network-extra/acx100/kernel-2.6.33.patch 
b/source/network-extra/acx100/kernel-2.6.33.patch
new file mode 100644
index 0000000..36eb386
--- /dev/null
+++ b/source/network-extra/acx100/kernel-2.6.33.patch
@@ -0,0 +1,26 @@
+diff --git a/pci.c b/pci.c
+index af76968..0bb678e 100644
+--- a/pci.c
++++ b/pci.c
+@@ -31,7 +31,7 @@
+ */
+ #define ACX_PCI 1
+
+-#include <linux/utsrelease.h>
++#include <generated/utsrelease.h>
+ #include <linux/version.h>
+ #include <linux/kernel.h>
+ #include <linux/module.h>
+diff --git a/usb.c b/usb.c
+index bde3476..e7edd1a 100644
+--- a/usb.c
++++ b/usb.c
+@@ -45,7 +45,7 @@
+ #define ACX_USB 1
+
+ #include <linux/version.h>
+-#include <linux/utsrelease.h>
++#include <generated/utsrelease.h>
+ #include <linux/types.h>
+ #include <linux/module.h>
+ #include <linux/moduleparam.h>
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to