summaryrefslogtreecommitdiffstats
path: root/abs/core/ceton/ceton.install
diff options
context:
space:
mode:
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
}