summaryrefslogtreecommitdiffstats
path: root/abs/core/ceton/ceton.install
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2012-06-10 07:47:36 (GMT)
committerCecil <knoppmyth@gmail.com>2012-06-10 07:47:36 (GMT)
commitea8e0d1bf7663571de2e8bdf3f0ab27c24f67f01 (patch)
tree7f175086d5788bb87ce728eae4b9a9beedc0f6a8 /abs/core/ceton/ceton.install
parente05c691be07ca5f9f8ee5dd2906fa4d8d8bb1d30 (diff)
downloadlinhes_pkgbuild-ea8e0d1bf7663571de2e8bdf3f0ab27c24f67f01.zip
linhes_pkgbuild-ea8e0d1bf7663571de2e8bdf3f0ab27c24f67f01.tar.gz
linhes_pkgbuild-ea8e0d1bf7663571de2e8bdf3f0ab27c24f67f01.tar.bz2
ceton:Upgraded to latest module verion 1.7.
Diffstat (limited to 'abs/core/ceton/ceton.install')
-rw-r--r--abs/core/ceton/ceton.install4
1 files changed, 3 insertions, 1 deletions
diff --git a/abs/core/ceton/ceton.install b/abs/core/ceton/ceton.install
index 912a323..67403db 100644
--- a/abs/core/ceton/ceton.install
+++ b/abs/core/ceton/ceton.install
@@ -8,7 +8,9 @@ post_install() {
# arg 2: the old package version
post_upgrade() {
KERNEL_VERSION='2.6.39-LinHES'
- depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
+ depmod -ae -v $KERNEL_VERSION > /dev/null 2>&1
+ rmmod ctn91xx
+ modprobe ctn91xx
}