diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-29 23:06:02 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-10-29 23:06:02 +0000 |
commit | 621bc6818dce53a29af1c8e9c5a56be0856282c5 (patch) | |
tree | 93d34f444dde557475322d40a3b6ac2d8966ed29 /perl-install/modules.pm | |
parent | 46ff954145221fca4a574da60c65eb3a7b8eb1e6 (diff) | |
download | drakx-621bc6818dce53a29af1c8e9c5a56be0856282c5.tar drakx-621bc6818dce53a29af1c8e9c5a56be0856282c5.tar.gz drakx-621bc6818dce53a29af1c8e9c5a56be0856282c5.tar.bz2 drakx-621bc6818dce53a29af1c8e9c5a56be0856282c5.tar.xz drakx-621bc6818dce53a29af1c8e9c5a56be0856282c5.zip |
CDCEther looks good, I add it
Diffstat (limited to 'perl-install/modules.pm')
-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 d2c71fecb..1ff77ed1d 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -124,6 +124,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "kaweth" => "kaweth", "usbnet" => "usbnet", "catc" => "CATC EL1210A NetMate USB Ethernet driver", + "CDCEther" => "CDCEther", }], [ 'isdn', { "hisax" => "hisax", |