diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-05 03:50:40 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-05 03:50:40 +0000 |
commit | bc734dd702f43913558ed13b3cd404aa7090b8b0 (patch) | |
tree | 0f60fe63e554302cffbb9f7b04508ecd9e8ba243 /kernel | |
parent | eaabd40bad5faeb5f0a57fbef85581d34e1a3791 (diff) | |
download | drakx-bc734dd702f43913558ed13b3cd404aa7090b8b0.tar drakx-bc734dd702f43913558ed13b3cd404aa7090b8b0.tar.gz drakx-bc734dd702f43913558ed13b3cd404aa7090b8b0.tar.bz2 drakx-bc734dd702f43913558ed13b3cd404aa7090b8b0.tar.xz drakx-bc734dd702f43913558ed13b3cd404aa7090b8b0.zip |
replace gmac with sungem (Christiaan Welvaart)
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 5cc22838d..6f9003eb6 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -14,7 +14,7 @@ our %l = ( network => { main => [ - if_(arch() =~ /ppc/, qw(mace bmac gmac)), + if_(arch() =~ /ppc/, qw(mace bmac sungem)), if_(arch() =~ /^sparc/, qw(sunbmac sunhme sunqe)), if_(arch() !~ /alpha|sparc/, qw(3c501 3c503 3c505 3c507 3c509 3c515 3c90x), |