From 6e65decdf556b906b6e656e83b535d5dbcc1ebad Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Tue, 31 Jul 2001 17:25:00 +0000 Subject: have "catc" driver for usbnet installs --- perl-install/modules.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index f716c4ef5..dce4c4d24 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -41,6 +41,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "aironet4500_card" => "aironet4500_card", "at1700" => "Allied Telesis AT1700", "atp" => "ATP", + "catc" => "CATC EL1210A NetMate USB Ethernet driver", "com20020-pci" => "com20020-pci", "cs89x0" => "CS89x0", "de600" => "D-Link DE-600 pocket adapter", @@ -123,6 +124,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "pegasus" => "pegasus", "kaweth" => "kaweth", "usbnet" => "usbnet", + "catc" => "CATC EL1210A NetMate USB Ethernet driver", }], [ 'isdn', { "hisax" => "hisax", -- cgit v1.2.1