From 21a57211e96a5ce5989ca006af8f26ffe391e0c9 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 Sep 2021 00:11:37 +0100 Subject: add asrock support --- INF.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'INF.pm') diff --git a/INF.pm b/INF.pm index 58a5964..9b03767 100644 --- a/INF.pm +++ b/INF.pm @@ -5,6 +5,7 @@ use INF::ILO2; use INF::ILO; #ilo 4 confusingly use INF::ILO5; use INF::SuperMicro; +use INF::ASRock; use INF::Cyclades; @@ -36,6 +37,8 @@ sub new ($;$) { return INF::APC->new($inf); } elsif ( $inf->{inf_type} eq 'supermicro' ) { return INF::SuperMicro->new($inf); + } elsif ( $inf->{inf_type} eq 'asrock' ) { + return INF::ASRock->new($inf); } elsif ( $inf->{inf_type} eq 'ilo2' ) { return INF::ILO2->new($inf); } elsif ( $inf->{inf_type} eq 'ilo' ) { -- cgit v1.2.3