summaryrefslogtreecommitdiffstats
path: root/abs/core/madwifi/madwifi-ng.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-11-06 18:44:25 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-11-06 18:44:25 (GMT)
commitcb48b42b2208d75d4d6057417767d8327cebd389 (patch)
treef75c5fa9c625a03653069c32a2ccc4a88488ba1e /abs/core/madwifi/madwifi-ng.install
parentf57a26e5dd139d1c882c0eed574ea0f83bfff8bd (diff)
downloadlinhes_pkgbuild-cb48b42b2208d75d4d6057417767d8327cebd389.zip
linhes_pkgbuild-cb48b42b2208d75d4d6057417767d8327cebd389.tar.gz
linhes_pkgbuild-cb48b42b2208d75d4d6057417767d8327cebd389.tar.bz2
madwifi: recompile and update for new kernel
ref #574 ref #647
Diffstat (limited to 'abs/core/madwifi/madwifi-ng.install')
-rw-r--r--abs/core/madwifi/madwifi-ng.install6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core/madwifi/madwifi-ng.install b/abs/core/madwifi/madwifi-ng.install
index 3711208..68ba9be 100644
--- a/abs/core/madwifi/madwifi-ng.install
+++ b/abs/core/madwifi/madwifi-ng.install
@@ -1,14 +1,14 @@
post_install() {
- KERNEL_VERSION='2.6.34-LinHES'
+ KERNEL_VERSION='2.6.36-LinHES'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_upgrade() {
- KERNEL_VERSION='2.6.34-LinHES'
+ KERNEL_VERSION='2.6.36-LinHES'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}
post_remove() {
- KERNEL_VERSION='2.6.34-LinHES'
+ KERNEL_VERSION='2.6.36-LinHES'
depmod -ae $KERNEL_VERSION > /dev/null 2>&1
}