diff options
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/data.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index 7b2153eba..e0c6bc1e1 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -201,9 +201,6 @@ our @tree = icon => "hw_network.png", configurator => "$sbindir/drakconnect", detector => sub { - #- generic NIC detection for USB seems broken (class, subclass, - #- protocol reported are not accurate) so we match network adapters against - #- known drivers :-( require list_modules; require network::ethernet; my @net_modules = list_modules::category2modules(network::ethernet::get_eth_categories()); |