diff options
-rw-r--r-- | kernel/list_modules.pm | 4 | ||||
-rw-r--r-- | perl-install/NEWS | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 37c47d5ab..f3ccb6c32 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -65,8 +65,8 @@ our %l = ( qw(hostap_cs hostap_pci hostap_plx ipw2100 ipw2200 ipw3945 iwl3945 iwl4965 iwlwifi), qw(madwifi_pci netwave_cs ndiswrapper orinoco orinoco_cs orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd), qw(p54pci p54usb prism2_cs prism2_pci prism2_usb prism54 r8180 ray_cs rndis_wlan), - qw(rt2400 rt2500 rt2570 rt2870 rt61 rt73 rtusb), - qw(rt2400pci rt2500pci rt2500usb rt61pci rt73usb rtl8180), + qw(rt2400 rt2500 rt2570 rt2860 rt2870 rt61 rt73 rtusb), + qw(rt2400pci rt2500pci rt2500usb rt61pci rt73usb rtl8180 rtl8187se), qw(spectrum_cs usbvnet_rfmd vt_ar5k w35und wavelan_cs wl3501_cs wvlan_cs zd1201 zd1211rw), if_(arch() =~ /ppc/, qw(airport)), ], diff --git a/perl-install/NEWS b/perl-install/NEWS index 1993d7561..71bde1772 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -7,7 +7,7 @@ o install w_scan if needed (#48242) - localdrake/finish-install: o fix reading default input method setting -- list ath9k and rt2870 in wireless modules category +- list ath9k, rt2860, rt2870 and rtl8187se in wireless modules category Version 11.91 - 25 February 2009 |