From a2491c8a1e821c463a1cec91cd4506cab2159114 Mon Sep 17 00:00:00 2001 From: Damien Chaumette Date: Fri, 6 Sep 2002 21:23:22 +0000 Subject: - Fix isdn card detection --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index a33873639..368a8c380 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -106,7 +106,7 @@ sub probe_category { my @modules = category2modules($category); grep { - if ($category eq 'isdn') { + if ($category =~ /isdn/) { my $b = $_->{driver} =~ /ISDN:([^,]*),?([^,]*),?(.*)/; if ($b) { $_->{driver} = $1; -- cgit v1.2.1