Commit 26d9815d authored by Franco Fichtner's avatar Franco Fichtner

system: fix loading of crypto/thermal modules

PR: https://forum.opnsense.org/index.php?topic=4094
parent 339f1301
......@@ -1483,6 +1483,8 @@ function get_possible_listen_ips($include_ipv6_link_local = false, $include_loop
function system_kernel_configure($verbose = false)
{
global $config;
if ($verbose) {
echo 'Configuring kernel modules...';
flush();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment