diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-12-02 21:20:51 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-12-02 21:20:51 +0000 |
commit | 84ae2dc4459da452f2cecc91944aa4855080c098 (patch) | |
tree | d51c21c6e2fe3c0d7fd9d216ebe01209c36e394d /kernel | |
parent | a283df115c2c4113fcc28d36e293614e955204fd (diff) | |
download | drakx-84ae2dc4459da452f2cecc91944aa4855080c098.tar drakx-84ae2dc4459da452f2cecc91944aa4855080c098.tar.gz drakx-84ae2dc4459da452f2cecc91944aa4855080c098.tar.bz2 drakx-84ae2dc4459da452f2cecc91944aa4855080c098.tar.xz drakx-84ae2dc4459da452f2cecc91944aa4855080c098.zip |
no need to put tokenring modules in modules_only_for_all_img since they are
now in their own category which is not used for stage1
Diffstat (limited to 'kernel')
-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)), |