Add missing modules for intersil/prism (disabled) to core35.

This commit is contained in:
Arne Fitzenreiter
2010-01-11 23:48:05 +01:00
parent deccc8e6da
commit 11c4cfcea8
4 changed files with 32 additions and 5 deletions

View 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