]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/rootfiles/core/35/update.sh
Add missing modules for intersil/prism (disabled) to core35.
[people/pmueller/ipfire-2.x.git] / config / rootfiles / core / 35 / update.sh
index 377e2a18e8553176991533ec99afdc5734c74e6c..6eaf629d53e42c87a3d52f9ee6093c47af46574b 100644 (file)
@@ -37,8 +37,9 @@ extract_files
 perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
 
 #
-#Run depmod -a to rebuld module informations
-depmod -a
+#Run depmod to rebuld module informations
+depmod 2.6.27.42-ipfire
+depmod 2.6.27.42-ipfire-xen
 #Finish
 #Don't report the exitcode last command
 exit 0