From cd151e9fee1b636d58da94be6bae8749666e9bdc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 17 Aug 2001 23:04:15 +0000 Subject: move back sunhme in sparc only --- perl-install/modules.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/modules.pm') diff --git a/perl-install/modules.pm b/perl-install/modules.pm index dce4c4d24..c601e4e47 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -23,6 +23,7 @@ if_(arch() =~ /ppc/, if_(arch() =~ /^sparc/, "myri_sbus" => "MyriCOM Gigabit Ethernet", "sunbmac" => "Sun BigMac Ethernet", + "sunhme" => "Sun Happy Meal Ethernet", "sunqe" => "Sun Quad Ethernet", ), if_(arch() !~ /alpha/ && arch() !~ /sparc/, @@ -104,7 +105,6 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "de4x5" => "Digital 425,434,435,450,500", "rtl8139" => "RealTek RTL8129/8139", "sundance" => "sundance", - "sunhme" => "Sun Happy Meal Ethernet", }], [ 'net_raw', { "8390" => "8390", -- cgit v1.2.1