Commit 61726104 authored by Franco Fichtner's avatar Franco Fichtner

system: fix loading of crypto/thermal modules

PR: https://forum.opnsense.org/index.php?topic=4094
(cherry picked from commit 26d9815d)
parent f9f07cb1
...@@ -1452,6 +1452,8 @@ function get_possible_listen_ips($include_ipv6_link_local = false, $include_loop ...@@ -1452,6 +1452,8 @@ function get_possible_listen_ips($include_ipv6_link_local = false, $include_loop
function system_kernel_configure($verbose = false) function system_kernel_configure($verbose = false)
{ {
global $config;
if ($verbose) { if ($verbose) {
echo 'Configuring kernel modules...'; echo 'Configuring kernel modules...';
flush(); 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