[arch-commits] Commit in intel-537/trunk (2.6.30.patch PKGBUILD intel-537.install)
Tobias Powalowski
tpowa at archlinux.org
Thu Jun 11 20:06:50 UTC 2009
Date: Thursday, June 11, 2009 @ 16:06:49
Author: tpowa
Revision: 42220
upgpkg: intel-537 2.60.80.0-62
Added:
intel-537/trunk/2.6.30.patch
Modified:
intel-537/trunk/PKGBUILD
intel-537/trunk/intel-537.install
-------------------+
2.6.30.patch | 10 ++++++++++
PKGBUILD | 13 ++++++++-----
intel-537.install | 4 ++--
3 files changed, 20 insertions(+), 7 deletions(-)
Added: 2.6.30.patch
===================================================================
--- 2.6.30.patch (rev 0)
+++ 2.6.30.patch 2009-06-11 20:06:49 UTC (rev 42220)
@@ -0,0 +1,10 @@
+--- coredrv/coredrv.c~ 2009-06-11 20:02:24.000000000 +0000
++++ coredrv/coredrv.c 2009-06-11 20:02:24.000000000 +0000
+@@ -782,7 +782,6 @@
+ if(hamproc == NULL) return -ENOMEM;
+ hamproc->read_proc = hamproc_read;
+ hamproc->write_proc = hamproc_write;
+- hamproc->owner = THIS_MODULE;
+ return 0;
+ }
+ void detach_hamproc(void)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-11 20:05:15 UTC (rev 42219)
+++ PKGBUILD 2009-06-11 20:06:49 UTC (rev 42220)
@@ -1,21 +1,23 @@
# $Id$
# Maintainer : Tobias Powalowski <tpowa at archlinux.org>
-_kernver=2.6.29-ARCH;
+_kernver=2.6.30-ARCH;
pkgname=intel-537
pkgver=2.60.80.0
-pkgrel=61
+pkgrel=62
pkgdesc="Intel Modem Drivers for 537 chipsets. For stock arch 2.6 kernel"
arch=(i686 x86_64)
license=('custom:"INTEL537"')
url="http://linmodems.technion.ac.il/packages/Intel/"
-depends=('intel-537-utils' 'kernel26>=2.6.29' 'kernel26<2.6.30')
-source=(http://linmodems.technion.ac.il/packages/intel/Philippe.Vouters/intel-5337EP_secure-2.60.80.0_2009_02_08.tar.bz2)
+depends=('intel-537-utils' 'kernel26>=2.6.30' 'kernel26<2.6.31')
+source=(http://linmodems.technion.ac.il/packages/intel/Philippe.Vouters/intel-5337EP_secure-2.60.80.0_2009_02_08.tar.bz2
+ 2.6.30.patch)
install=intel-537.install
build() {
cd $srcdir/intel-537EP_secure-2.60.80.0
+ patch -Np0 -i ../2.6.30.patch || return 1
# fix makefile
sed -i -e "s/\`uname -r\`/${_kernver}/g" makefile
sed -i -e "s/\`uname -r\`/${_kernver}/g" config_check
@@ -24,4 +26,5 @@
install -D -m 644 Intel537.ko $pkgdir/lib/modules/${_kernver}/kernel/drivers/net/intel537.ko || return 1
sed -i -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" $startdir/intel-537.install
}
-md5sums=('b5d2a258cddd28ede811bfaac41cec9b')
+md5sums=('b5d2a258cddd28ede811bfaac41cec9b'
+ '475f999386f79638971382d2ed063e7a')
Modified: intel-537.install
===================================================================
--- intel-537.install 2009-06-11 20:05:15 UTC (rev 42219)
+++ intel-537.install 2009-06-11 20:06:49 UTC (rev 42220)
@@ -8,7 +8,7 @@
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.29-ARCH
+ KERNEL_VERSION=2.6.30-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
echo
echo
@@ -30,7 +30,7 @@
rm /etc/hamregistry.bin
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
- KERNEL_VERSION=2.6.29-ARCH
+ KERNEL_VERSION=2.6.30-ARCH
depmod -v $KERNEL_VERSION > /dev/null 2>&1
}
More information about the arch-commits
mailing list