summaryrefslogtreecommitdiffstats
path: root/abs/core/tiacx
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2011-01-13 22:24:05 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2011-01-13 22:24:05 (GMT)
commit9a9e9f951475a17193dc46e0f5c822449246cd72 (patch)
treefef18b77c99ee6f1a8ac49d6239820fc279e70e6 /abs/core/tiacx
parent0bcae6dfc24e333236543070f5b8673d37c5abee (diff)
parent2b48e6775f2116b3a49fb81b5929cc3255f02889 (diff)
downloadlinhes_pkgbuild-9a9e9f951475a17193dc46e0f5c822449246cd72.zip
linhes_pkgbuild-9a9e9f951475a17193dc46e0f5c822449246cd72.tar.gz
linhes_pkgbuild-9a9e9f951475a17193dc46e0f5c822449246cd72.tar.bz2
Merge branch 'testing' of knoppmyth.net:linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/tiacx')
-rw-r--r--abs/core/tiacx/PKGBUILD8
-rw-r--r--abs/core/tiacx/acx.install6
2 files changed, 8 insertions, 6 deletions
diff --git a/abs/core/tiacx/PKGBUILD b/abs/core/tiacx/PKGBUILD
index c555c70..e4c7d02 100644
--- a/abs/core/tiacx/PKGBUILD
+++ b/abs/core/tiacx/PKGBUILD
@@ -8,15 +8,17 @@ pkgdesc="OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. F
arch=(i686 x86_64)
url="http://acx100.sourceforge.net/"
license=('MPL')
-depends=('wireless_tools' 'kernel26>=2.6.36' 'kernel26<2.6.37' 'tiacx-firmware')
-makedepends=('kernel26-headers>=2.6.36' 'kernel26-headers<2.6.37')
+#depends=('wireless_tools' 'kernel26>=2.6.36' 'kernel26<2.6.37' 'tiacx-firmware')
+#makedepends=('kernel26-headers>=2.6.36' 'kernel26-headers<2.6.37')
+depends=('wireless_tools' 'kernel26>=2.6.37' 'tiacx-firmware')
+makedepends=('kernel26-headers>=2.6.37')
install=acx.install
source=(http://downloads.sourceforge.net/sourceforge/acx100/acx-$pkgver.tar.bz2
kernel-2.6.27.patch
kernel-2.6.30.patch
kernel-2.6.31.patch
kernel-2.6.33.patch)
-_kernver=2.6.36-LinHES
+_kernver=2.6.37-LinHES
build() {
cd $srcdir/acx-$pkgver
diff --git a/abs/core/tiacx/acx.install b/abs/core/tiacx/acx.install
index fcf7038..1ac836e 100644
--- a/abs/core/tiacx/acx.install
+++ b/abs/core/tiacx/acx.install
@@ -1,19 +1,19 @@
# arg 1: the new package version
post_install() {
- KERNEL_VERSION='2.6.36-LinHES'
+ KERNEL_VERSION='2.6.37-LinHES'
depmod $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the new package version
# arg 2: the old package version
post_upgrade() {
- KERNEL_VERSION='2.6.36-LinHES'
+ KERNEL_VERSION='2.6.37-LinHES'
depmod $KERNEL_VERSION > /dev/null 2>&1
}
# arg 1: the old package version
post_remove() {
- KERNEL_VERSION='2.6.36-LinHES'
+ KERNEL_VERSION='2.6.37-LinHES'
depmod $KERNEL_VERSION > /dev/null 2>&1
}