diff options
Diffstat (limited to 'perl-install/network/network.pm')
-rw-r--r-- | perl-install/network/network.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index a30eb1909..325b8f242 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -363,7 +363,7 @@ sub easy_dhcp { require modules; require network::ethernet; - modules::load_category($modules_conf, 'network/main|gigabit|usb'); + modules::load_category($modules_conf, 'network/main|gigabit|pcmcia|usb'); my @all_cards = network::ethernet::get_eth_cards($modules_conf); #- only for a single network card |