diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-08-17 23:04:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-08-17 23:04:15 +0000 |
commit | cd151e9fee1b636d58da94be6bae8749666e9bdc (patch) | |
tree | ec1e53ea39165eecc7934228b21f12261f4b72da | |
parent | 175551618f579623ec87f3b6c12b6eaddb55d660 (diff) | |
download | drakx-cd151e9fee1b636d58da94be6bae8749666e9bdc.tar drakx-cd151e9fee1b636d58da94be6bae8749666e9bdc.tar.gz drakx-cd151e9fee1b636d58da94be6bae8749666e9bdc.tar.bz2 drakx-cd151e9fee1b636d58da94be6bae8749666e9bdc.tar.xz drakx-cd151e9fee1b636d58da94be6bae8749666e9bdc.zip |
move back sunhme in sparc only
-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 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", |