2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-04 00:05:10 +00:00

bmcsensors doesn't exist in the Linux 2.6 kernel.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5439 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-11-27 16:02:09 +00:00
parent bea9aa2086
commit 1376b4846d

View File

@@ -5169,8 +5169,7 @@ sub generate_modprobes
if (exists $detection->{isa_addr}) { if (exists $detection->{isa_addr}) {
$isa = 1; $isa = 1;
} }
if ($chip->{driver} eq "bmcsensors" || if ($chip->{driver} eq "ipmisensors") {
$chip->{driver} eq "ipmisensors") {
$ipmi = 1; $ipmi = 1;
} }
} }