From 58486d4993b5eff48b5126f80b10efa8c77aa46a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 20 Jun 2004 23:18:46 +0000 Subject: harddrake wasn't aware of newly added wireless network card since early 2004/02 --- perl-install/standalone/service_harddrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index adc9bb2ca..2d9a357cc 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -98,7 +98,7 @@ foreach my $hw_class (@harddrake::data::tree) { next; } elsif ($Ident eq "ETHERNET") { modules::remove_alias_regexp('^(wlan|eth)[0-9]*$'); - modules::load_category('network/main|gigabit|usb'); + modules::load_category('network/main|gigabit|usb|wireless'); require network::ethernet; network::ethernet::configure_eth_aliases(); modules::write_conf(); -- cgit v1.2.1