diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-06 17:11:49 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-06 17:11:49 +0000 |
commit | 657cd3804213c6c9d932b09c064da204837f9656 (patch) | |
tree | ea1f8801d0e0259fb4a835db9692a6bed084b992 /perl-install/modules.pm | |
parent | ae52a276a168433749184e2217853152d4fab13f (diff) | |
download | drakx-backup-do-not-use-657cd3804213c6c9d932b09c064da204837f9656.tar drakx-backup-do-not-use-657cd3804213c6c9d932b09c064da204837f9656.tar.gz drakx-backup-do-not-use-657cd3804213c6c9d932b09c064da204837f9656.tar.bz2 drakx-backup-do-not-use-657cd3804213c6c9d932b09c064da204837f9656.tar.xz drakx-backup-do-not-use-657cd3804213c6c9d932b09c064da204837f9656.zip |
Sun Happy Meal only for Sparc
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index dec79159c..2af6dd359 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -25,6 +25,7 @@ if_(arch() =~ /^sparc/, "myri_sbus" => "MyriCOM Gigabit Ethernet", "sunbmac" => "Sun BigMac Ethernet", "sunqe" => "Sun Quad Ethernet", + "sunhme" => "Sun Happy Meal Ethernet", ), if_(arch() !~ /alpha/ && arch() !~ /sparc/, "3c501" => "3com 3c501", @@ -102,7 +103,6 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "8139too" => "Realtek RTL-8139", "de4x5" => "Digital 425,434,435,450,500", "rtl8139" => "RealTek RTL8129/8139", - "sunhme" => "Sun Happy Meal Ethernet", "sundance" => "sundance", }], [ 'net_raw', { |