summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-07-06 14:38:21 -0400
committerjim-p <jimp@pfsense.org>2012-07-06 14:38:21 -0400
commitf60156f68f615dc137391f3a909a0ee7a0c3c003 (patch)
tree74b68111dd4378a00aacf3a22383aad24647815d /etc/rc.bootup
parent0f03ae0fb50ff10e2e41566ee04ce974c05b2670 (diff)
downloadpfsense-f60156f68f615dc137391f3a909a0ee7a0c3c003.zip
pfsense-f60156f68f615dc137391f3a909a0ee7a0c3c003.tar.gz
Add an option to System > Advanced, misc tab to enable loading thermal modules (amdtemp, coretemp)
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index c21a4d5..b6dad33 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -223,6 +223,9 @@ echo "done.\n";
/* enable optional crypto modules */
load_crypto();
+/* enable optional thermal sensor modules */
+load_thermal_hardware();
+
/* run any early shell commands specified in config.xml */
system_do_shell_commands(1);
OpenPOWER on IntegriCloud