diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-19 22:11:37 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-19 22:11:37 +0000 |
commit | 6c1a0db4c8352831671c87e9b154a52a465b9523 (patch) | |
tree | 9995be5ed9768261b8ec69c6e8d88bbbf286d17c | |
parent | 8ef02b7a7c2928ca20c9855d080b244df54a8dcc (diff) | |
download | drakx-backup-do-not-use-6c1a0db4c8352831671c87e9b154a52a465b9523.tar drakx-backup-do-not-use-6c1a0db4c8352831671c87e9b154a52a465b9523.tar.gz drakx-backup-do-not-use-6c1a0db4c8352831671c87e9b154a52a465b9523.tar.bz2 drakx-backup-do-not-use-6c1a0db4c8352831671c87e9b154a52a465b9523.tar.xz drakx-backup-do-not-use-6c1a0db4c8352831671c87e9b154a52a465b9523.zip |
add dl2k.o (nic module) per request of nplanel
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index ccd119ee3..4a72ffdf2 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -105,6 +105,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "de4x5" => "Digital 425,434,435,450,500", "rtl8139" => "RealTek RTL8129/8139", "sundance" => "sundance", + "dl2k" => "dl2k", }], [ 'net_raw', { "8390" => "8390", |