diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-30 17:13:47 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-30 17:13:47 +0200 |
commit | 089ae961e698a7ed88d000fa1d1478e8780c0804 (patch) | |
tree | e063c5a5ad226cfd1dd9ec0b739046fcf31b7036 | |
parent | b1c2296049edb93a5609be8994d99e2129c065af (diff) | |
download | drakx-089ae961e698a7ed88d000fa1d1478e8780c0804.tar drakx-089ae961e698a7ed88d000fa1d1478e8780c0804.tar.gz drakx-089ae961e698a7ed88d000fa1d1478e8780c0804.tar.bz2 drakx-089ae961e698a7ed88d000fa1d1478e8780c0804.tar.xz drakx-089ae961e698a7ed88d000fa1d1478e8780c0804.zip |
include some missing wireless drivers (mga#16768)
-rw-r--r-- | images/NEWS | 2 | ||||
-rw-r--r-- | kernel/list_modules.pm | 12 | ||||
-rw-r--r-- | mdk-stage1/NEWS | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 1 | ||||
-rw-r--r-- | perl-install/install/NEWS | 1 |
5 files changed, 12 insertions, 6 deletions
diff --git a/images/NEWS b/images/NEWS index 283919fb0..02a6a27f6 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,5 @@ +- include some missing wireless drivers (mga#16768) + Version 2.35 - 20 May 2016 by Thomas Backlund - add sha512 sums for images diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index ca8cbdf18..b2c33a332 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -61,18 +61,18 @@ our %l = ( ], wireless => [ qw(acx-pci acx-usb adm8211 agnx airo airo_cs aironet4500_cs), - qw(aironet_cs ar5523 ar9170usb arlan arusb_lnx at76c50x_usb ath10k_pci ath5k ath6kl ath6kl_usb ath9k ath9k_htc), + qw(aironet_cs ar5523 ar9170usb arlan arusb_lnx at76c50x_usb ath10k_pci ath5k ath6kl ath6kl_sdio ath6kl_usb ath9k ath9k_htc), qw(ath_pci atmel_cs atmel_pci b43 b43legacy bcm43xx bcm_wimax bcma brcm80211 brcmsmac brcmfmac carl9170 com20020_cs), qw(dyc_ar5 hostap_cs hostap_pci hostap_plx i2400m_usb ipw2100), - qw(ipw2200 ipw3945 iwl3945 iwl4965 iwlagn iwldvm iwlmvm iwlwifi madwifi_pci), - qw(mt7601u mwifiex_usb mwl8k ndiswrapper netwave_cs orinoco orinoco_cs), - qw(orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd orinoco_usb p54pci), + qw(ipw2200 ipw3945 iwl3945 iwl4965 iwlagn iwldvm iwlmvm iwlwifi libertas_spi madwifi_pci), + qw(mt7601u mwifiex_pcie mwifiex_sdio mwifiex_usb mwl8k ndiswrapper netwave_cs orinoco orinoco_cs), + qw(orinoco_nortel orinoco_pci orinoco_plx orinoco_tmd orinoco_usb p54pci p54spi), qw(p54usb prism2_cs prism2_pci prism2_usb prism54 qmi_wwan r8180), - qw(r8187se rtl8188ee r8192_pci r8192s_usb r8192u_usb r8712u r8723bs ray_cs rndis_wlan rsi_sdio rt2400 rt2400pci rt2500), + qw(r8187se rtl8188ee rtl8192ce r8192_pci r8192s_usb r8192u_usb r8712u r8723bs ray_cs rndis_wlan rsi_sdio rsi_usb rt2400 rt2400pci rt2500), qw(rt2500pci rt2500usb rt2570 rt2800pci rt2800usb rt2860 rt2860sta rt2870), qw(rt3070sta rt61 rt61pci rt73 rt73usb rtl8180 rtl8187 rtl8187se rtl818x_pci r8188eu r8192ee r8723au rtl_pci rtl_usb rtusb), qw(rtl8192se rtl8192cu rtl8192de rtl8192ee rtl8723ae rtl8723be rtl8821ae rtl8xxxu spectrum_cs sr9700 sr9800 ssb usb8xxx usbvnet_rfmd vt6655_stage vt6656_stage vt_ar5k w35und), - qw(wavelan_cs wcn36xx wl wl3501_cs wvlan_cs zd1201 zd1211rw), + qw(wavelan_cs wcn36xx wil6210 wl wl1251_sdio wl1251_spi wl12xx wl18xx wl3501_cs wlcore_sdio wvlan_cs zd1201 zd1211rw), ], isdn => [ qw(avmfritz c4 cdc-acm b1pci divas hfc4s8s_l1 hfc_usb hfc4s8s_l1 hisax hisax_st5481 hisax_fcpcipnp hysdn sedlfax t1pci tpam w6692pci), diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index ea6831879..7533c890c 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,5 @@ +- recognize some missing wireless drivers (mga#16768) + 2.18 - recognize new kernel-4.6 drivers diff --git a/perl-install/NEWS b/perl-install/NEWS index ac0629c45..e7100e8b6 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,4 @@ +- recognize some missing wireless drivers (mga#16768) - diskdrake: o fix being able to create vfat on UEFI (mga#15698) diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 845bf1f36..19a63f049 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,5 +1,6 @@ - partionning: o fix being able to create vfat on UEFI (mga#15698) +- recognize some missing wireless drivers (mga#16768) - users: o offer again to add user to admin group (mga#17720) |