diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-11-29 10:40:47 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-11-29 10:40:47 +0000 |
commit | 6083ac168b462aeff03cdae1156eadc98eb9d2ab (patch) | |
tree | 49f1f9412877660445fe45d8ff578558af1574ab | |
parent | f34278619499506cfdde7cb7b07a356afd23cbde (diff) | |
download | drakx-backup-do-not-use-6083ac168b462aeff03cdae1156eadc98eb9d2ab.tar drakx-backup-do-not-use-6083ac168b462aeff03cdae1156eadc98eb9d2ab.tar.gz drakx-backup-do-not-use-6083ac168b462aeff03cdae1156eadc98eb9d2ab.tar.bz2 drakx-backup-do-not-use-6083ac168b462aeff03cdae1156eadc98eb9d2ab.tar.xz drakx-backup-do-not-use-6083ac168b462aeff03cdae1156eadc98eb9d2ab.zip |
add wvlan_cs
-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 38242bceb..a3f9e19e5 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -303,6 +303,7 @@ if_(arch() !~ /^sparc/, "netwave_cs" => "netwave_cs", "serial_cs" => "serial_cs", "wavelan_cs" => "wavelan_cs", + "wvlan_cs" => "wvlan_cs", "pcnet_cs" => "pcnet_cs", "axnet_cs" => "axnet_cs", "aha152x_cs" => "aha152x_cs", |