diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-10-02 12:45:48 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-10-02 12:45:48 +0000 |
commit | 3e0fa3a6a9a8b6febbbc066ad082a3dc8759b49b (patch) | |
tree | 3221ea88c4cb8d1bdc0868f058d293f5ed8248da | |
parent | 7c984db9c8d46a60bd119150f5f66246b4fb0e29 (diff) | |
download | drakx-3e0fa3a6a9a8b6febbbc066ad082a3dc8759b49b.tar drakx-3e0fa3a6a9a8b6febbbc066ad082a3dc8759b49b.tar.gz drakx-3e0fa3a6a9a8b6febbbc066ad082a3dc8759b49b.tar.bz2 drakx-3e0fa3a6a9a8b6febbbc066ad082a3dc8759b49b.tar.xz drakx-3e0fa3a6a9a8b6febbbc066ad082a3dc8759b49b.zip |
add ath5k module in wireless category
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index e989f1a00..f8981c046 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -61,7 +61,7 @@ our %l = ( ], wireless => [ qw(acx-pci acx-usb adm8211 airo airo_cs aironet4500_cs aironet_cs arlan), - qw(at76_usb ath_pci atmel_cs atmel_pci bcm43xx com20020_cs dyc_ar5), + 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(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), diff --git a/perl-install/NEWS b/perl-install/NEWS index b0dad8bc4..6715f4a3b 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -2,6 +2,7 @@ o install lib64sasl2-plug-gssapi on x86_64 (instead of libsasl2-plug-gssapi) - draksec o make authentication items be aligned +- add ath5k module in wireless category Version 10.4.225 - 1 October 2007, by Thierry Vignaud diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 2012abff2..35e6395c0 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - diskdrake: o improved wrapping of mount option descriptions +- add ath5k module in wireless category Version 10.4.224 - 1 October 2007, by Pascal "Pixel" Rigaux |