diff options
-rw-r--r-- | kernel/modules.pl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/kernel/modules.pl b/kernel/modules.pl index b8207087a..ddf53cd72 100644 --- a/kernel/modules.pl +++ b/kernel/modules.pl @@ -15,12 +15,9 @@ use list_modules; my %modules_only_for_all_img = ( 'network/main' => [ - qw(olympic acenic), + qw(acenic), qw(aironet4500_card com20020-pci hamachi starfire winbond-840), - # token ring - qw(tmspci ibmtr abyss), - if_(arch() =~ /x86_64/, qw(orinoco_plx)), # don't support laptop for now if_(arch() =~ /x86_64/, qw(hp100 epic100)), # old (nico) if_(arch() =~ /alpha|ppc/, qw(sb1000)), |