diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-12-10 18:23:45 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-12-10 18:23:45 +0000 |
commit | f98d388ec984e849fad695c8dc193e778f4a6c5d (patch) | |
tree | 00b87a9490706891dedb0b631714dd0fc7e91165 | |
parent | 7b8b8de3a34d59ef6264a86ce55e95c07c294940 (diff) | |
download | drakx-f98d388ec984e849fad695c8dc193e778f4a6c5d.tar drakx-f98d388ec984e849fad695c8dc193e778f4a6c5d.tar.gz drakx-f98d388ec984e849fad695c8dc193e778f4a6c5d.tar.bz2 drakx-f98d388ec984e849fad695c8dc193e778f4a6c5d.tar.xz drakx-f98d388ec984e849fad695c8dc193e778f4a6c5d.zip |
handle new wireless drivers: b43, b43legacy & iwlwifi
-rw-r--r-- | kernel/list_modules.pm | 4 | ||||
-rw-r--r-- | perl-install/NEWS | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 54f194af1..ef157be5d 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -61,8 +61,8 @@ our %l = ( ], wireless => [ qw(acx-pci acx-usb adm8211 airo airo_cs aironet4500_cs aironet_cs arlan), - qw(at76_usb ath_pci ath5k atmel_cs atmel_pci bcm43xx com20020_cs dyc_ar5), - qw(hostap_cs hostap_pci hostap_plx ipw2100 ipw2200 ipw3945 iwl3945 iwl4965 madwifi_pci netwave_cs orinoco orinoco_cs orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd), + qw(at76_usb ath_pci ath5k atmel_cs atmel_pci b43 b43legacy bcm43xx com20020_cs dyc_ar5), + qw(hostap_cs hostap_pci hostap_plx ipw2100 ipw2200 ipw3945 iwl3945 iwl4965 iwlwifi madwifi_pci netwave_cs orinoco orinoco_cs orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd), qw(ndiswrapper prism2_cs prism2_pci prism2_usb prism54 r8180 ray_cs rt2400 rt2500 rt2570 rt61 rt73 rtusb), qw(spectrum_cs usbvnet_rfmd vt_ar5k wavelan_cs wl3501_cs wvlan_cs zd1201 zd1211rw), if_(arch() =~ /ppc/, qw(airport)), diff --git a/perl-install/NEWS b/perl-install/NEWS index c301e1ff0..a24b6f285 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- handle new drivers: + o wireless: b43, b43legacy, iwlwifi - localedrake: o adjust Uzbek locale (cf locales-uz change) |