From 657cd3804213c6c9d932b09c064da204837f9656 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Fri, 6 Apr 2001 17:11:49 +0000 Subject: Sun Happy Meal only for Sparc --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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', { -- cgit v1.2.1