mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
core58: add cryptodev module to updater.
This commit is contained in:
2
config/rootfiles/core/58/filelists/armv5tel/cryptodev
Normal file
2
config/rootfiles/core/58/filelists/armv5tel/cryptodev
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
lib/modules/2.6.32.45-ipfire-versatile/extra/cryptodev.ko
|
||||||
|
lib/modules/2.6.32.45-ipfire-kirkwood/extra/cryptodev.ko
|
||||||
3
config/rootfiles/core/58/filelists/i586/cryptodev
Normal file
3
config/rootfiles/core/58/filelists/i586/cryptodev
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
lib/modules/2.6.32.45-ipfire/extra/cryptodev.ko
|
||||||
|
lib/modules/2.6.32.45-ipfire-pae/extra/cryptodev.ko
|
||||||
|
lib/modules/2.6.32.45-ipfire-xen/extra/cryptodev.ko
|
||||||
@@ -51,9 +51,16 @@ fi
|
|||||||
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
||||||
|
|
||||||
#Rebuild module dep's
|
#Rebuild module dep's
|
||||||
#depmod -a 2.6.32.45-ipfire >/dev/null 2>&1
|
arch=`uname -m`
|
||||||
#depmod -a 2.6.32.45-ipfire-pae >/dev/null 2>&1
|
if [ ${arch::3} == "arm" ]; then
|
||||||
#depmod -a 2.6.32.45-ipfire-xen >/dev/null 2>&1
|
depmod -a 2.6.32.45-ipfire-versatile >/dev/null 2>&1
|
||||||
|
depmod -a 2.6.32.45-ipfire-kirkwood >/dev/null 2>&1
|
||||||
|
else
|
||||||
|
depmod -a 2.6.32.45-ipfire >/dev/null 2>&1
|
||||||
|
depmod -a 2.6.32.45-ipfire-pae >/dev/null 2>&1
|
||||||
|
depmod -a 2.6.32.45-ipfire-xen >/dev/null 2>&1
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
#Rebuild initrd's because some compat-wireless modules are inside
|
#Rebuild initrd's because some compat-wireless modules are inside
|
||||||
#/sbin/dracut --force --verbose /boot/ipfirerd-2.6.32.45.img 2.6.32.45-ipfire
|
#/sbin/dracut --force --verbose /boot/ipfirerd-2.6.32.45.img 2.6.32.45-ipfire
|
||||||
@@ -67,7 +74,7 @@ perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang"
|
|||||||
sync
|
sync
|
||||||
|
|
||||||
# This update need a reboot...
|
# This update need a reboot...
|
||||||
#touch /var/run/need_reboot
|
touch /var/run/need_reboot
|
||||||
|
|
||||||
#
|
#
|
||||||
#Finish
|
#Finish
|
||||||
|
|||||||
Reference in New Issue
Block a user