diff options
author | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 01:42:52 +0000 |
---|---|---|
committer | Herton Ronaldo Krzesinski <herton@mandriva.com.br> | 2009-04-03 01:42:52 +0000 |
commit | e13e15d747c3da9e80ee454edcd424b3f90ed87f (patch) | |
tree | db7ae1a238157ffd385f577bfaee62670dc14532 /kernel/list_modules.pm | |
parent | 0fcfa1e5a8027713e243903e921d14f6513b4d2c (diff) | |
download | drakx-e13e15d747c3da9e80ee454edcd424b3f90ed87f.tar drakx-e13e15d747c3da9e80ee454edcd424b3f90ed87f.tar.gz drakx-e13e15d747c3da9e80ee454edcd424b3f90ed87f.tar.bz2 drakx-e13e15d747c3da9e80ee454edcd424b3f90ed87f.tar.xz drakx-e13e15d747c3da9e80ee454edcd424b3f90ed87f.zip |
- handle new wireless driver: arusb_lnx
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 d33b5ce21..4a67d5c50 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -60,7 +60,7 @@ our %l = ( qw(catc cdc_ether kaweth pegasus rtl8150 usbnet), ], wireless => [ - qw(acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs aironet_cs arlan), + qw(acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs aironet_cs arlan arusb_lnx), qw(at76_usb ath_pci ath5k ath9k atmel_cs atmel_pci b43 b43legacy bcm43xx com20020_cs dyc_ar5), qw(hostap_cs hostap_pci hostap_plx i2400m-usb ipw2100 ipw2200 ipw3945 iwl3945 iwl4965 iwlagn iwlwifi), qw(madwifi_pci netwave_cs ndiswrapper orinoco orinoco_cs orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd), |