From 9ee6e1d95d475432b4cee952c052f2b63055d2e1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 11 Mar 2004 08:03:31 +0000 Subject: workaround anthil bug #369 --- perl-install/detect_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index d718c0071..284d7336a 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -16,7 +16,7 @@ use c; #-##################################################################################### #- Globals #-##################################################################################### -my @netdevices = map { my $l = $_; map { "$l$_" } (0..3) } qw(eth tr fddi plip); +my @netdevices = map { my $l = $_; map { "$l$_" } (0..10) } qw(eth tr fddi plip); my %serialprobe; #-###################################################################################### -- cgit v1.2.1