diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-02 12:20:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-02 12:20:31 +0000 |
commit | a7c35d9e1ec760d24754e6827076ee4f3fb95867 (patch) | |
tree | f80587c9c991dd54663dc72602a14a9a8d58a910 /kernel/list_modules.pm | |
parent | 38b9131be261b7988d74a381c3e1adc534aef13a (diff) | |
download | drakx-a7c35d9e1ec760d24754e6827076ee4f3fb95867.tar drakx-a7c35d9e1ec760d24754e6827076ee4f3fb95867.tar.gz drakx-a7c35d9e1ec760d24754e6827076ee4f3fb95867.tar.bz2 drakx-a7c35d9e1ec760d24754e6827076ee4f3fb95867.tar.xz drakx-a7c35d9e1ec760d24754e6827076ee4f3fb95867.zip |
handle new orinoco_nortel driver
Diffstat (limited to 'kernel/list_modules.pm')
-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 c2b55ce7b..b3c7d37f3 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -58,7 +58,7 @@ our %l = ( qw(acx100_pci adm8211 airo airo_cs aironet4500_cs aironet_cs), qw(at76c503-i3861 at76c503-i3863 at76c503-rfmd at76c503-rfmd-acc at76c505-rfmd at76c505-rfmd2958 at76c505a-rfmd2958), qw(ath_pci atmel_cs atmel_pci dyc_ar5), - qw(hostap_pci hostap_plx ipw2100 ipw2200 madwifi_pci netwave_cs orinoco orinoco_cs orinoco_pci orinoco_plx orinoco_tmd), + qw(hostap_pci hostap_plx ipw2100 ipw2200 madwifi_pci netwave_cs orinoco orinoco_cs orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd), qw(prism2_cs prism2_pci prism2_usb prism54 r8180 ray_cs rt2400 rt2500 usbvnet_rfmd vt_ar5k wavelan_cs wvlan_cs zd1201), if_(arch() =~ /ppc/, qw(airport)), ], |