summarylogtreecommitdiffstats
path: root/depmod.install
diff options
context:
space:
mode:
Diffstat (limited to 'depmod.install')
-rw-r--r--depmod.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/depmod.install b/depmod.install
index 99ea19d4dd21..27b3f7ee8bd4 100644
--- a/depmod.install
+++ b/depmod.install
@@ -1,2 +1,2 @@
-post_install(){ depmod -a ; }
-post_upgrade(){ depmod -a ; }
+post_install(){ depmod -a ; modprobe netatop ; }
+post_upgrade(){ depmod -a ; modprobe netatop ; }