summaryrefslogtreecommitdiffstats
path: root/perl-install/modules.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-07-03 20:08:18 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-07-03 20:08:18 +0000
commita08cfceb71abf287fc2856fab1bbe6f4e5e7ba5b (patch)
tree48a7a9fe4ea17addaabfccf5306aa25bff9e05bb /perl-install/modules.pm
parented31e129c0036ae2d8c4b530c56733ce1d244f94 (diff)
downloaddrakx-backup-do-not-use-a08cfceb71abf287fc2856fab1bbe6f4e5e7ba5b.tar
drakx-backup-do-not-use-a08cfceb71abf287fc2856fab1bbe6f4e5e7ba5b.tar.gz
drakx-backup-do-not-use-a08cfceb71abf287fc2856fab1bbe6f4e5e7ba5b.tar.bz2
drakx-backup-do-not-use-a08cfceb71abf287fc2856fab1bbe6f4e5e7ba5b.tar.xz
drakx-backup-do-not-use-a08cfceb71abf287fc2856fab1bbe6f4e5e7ba5b.zip
add support for install from USB Network Adapters
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r--perl-install/modules.pm8
1 files changed, 6 insertions, 2 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm
index 6b8495da7..402c06402 100644
--- a/perl-install/modules.pm
+++ b/perl-install/modules.pm
@@ -114,12 +114,16 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/,
"parport_pc" => "parport_pc",
"sunrpc" => "sunrpc",
"pci-scan" => "pci-scan",
- "usbcore" => "usbcore",
"ppp" => "Point to Point driver",
"ppp_generic" => "Point to Point generic driver",
"ppp_async" => "ppp_async",
"slhc" => "slhc",
}],
+[ 'usbnet', {
+ "pegasus" => "pegasus",
+ "kaweth" => "kaweth",
+ "usbnet" => "usbnet",
+}],
[ 'isdn', {
"hisax" => "hisax",
"hysdn" => "hysdn",
@@ -366,6 +370,7 @@ if_(arch() !~ /^sparc/,
),
}],
[ 'usb', {
+ "usbcore" => "usbcore",
"usb-uhci" => "USB Controller (uhci)",
"usb-ohci" => "USB Controller (ohci)",
"usb-ohci-hcd" => "USB (ohci-hcd)",
@@ -414,7 +419,6 @@ BusLogic seagate fdomain g_NCR5380 tmscsim
my @skip_modules_on_stage1 = (
qw(sktr tmspci ibmtr abyss), # alt token ring
qw(old_tulip rtl8139), # doesn't exist in 2.4
- qw(kaweth pegasus), # usb net
if_(arch() =~ /alpha|ppc/, qw(sb1000)),
"apa1480_cb",
"imm",