Add change to include the rt2x00 drivers in modules.networking
This commit is contained in:
parent
725a196dd6
commit
2d60cadcce
@ -51,7 +51,7 @@ Summary: The Linux kernel
|
|||||||
# For non-released -rc kernels, this will be prepended with "0.", so
|
# For non-released -rc kernels, this will be prepended with "0.", so
|
||||||
# for example a 3 here will become 0.3
|
# for example a 3 here will become 0.3
|
||||||
#
|
#
|
||||||
%global baserelease 4
|
%global baserelease 5
|
||||||
%global fedora_build %{baserelease}
|
%global fedora_build %{baserelease}
|
||||||
|
|
||||||
# base_sublevel is the kernel version we're starting with and patching
|
# base_sublevel is the kernel version we're starting with and patching
|
||||||
@ -1504,7 +1504,7 @@ BuildKernel() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
collect_modules_list networking \
|
collect_modules_list networking \
|
||||||
'register_netdev|ieee80211_register_hw|usbnet_probe|phy_driver_register'
|
'register_netdev|ieee80211_register_hw|usbnet_probe|phy_driver_register|rt2x00(pci|usb)_probe'
|
||||||
collect_modules_list block \
|
collect_modules_list block \
|
||||||
'ata_scsi_ioctl|scsi_add_host|scsi_add_host_with_dma|blk_init_queue|register_mtd_blktrans|scsi_esp_register|scsi_register_device_handler'
|
'ata_scsi_ioctl|scsi_add_host|scsi_add_host_with_dma|blk_init_queue|register_mtd_blktrans|scsi_esp_register|scsi_register_device_handler'
|
||||||
collect_modules_list drm \
|
collect_modules_list drm \
|
||||||
@ -1871,6 +1871,10 @@ fi
|
|||||||
# and build.
|
# and build.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 02 2011 Josh Boyer <jwboyer@redhat.com> 2.6.40-5
|
||||||
|
- Add change from Yanko Kaneti to get the rt2x00 drivers in modules.networking
|
||||||
|
(rhbz 708314)
|
||||||
|
|
||||||
* Fri Jul 29 2011 Dave Jones <davej@redhat.com> 2.6.40-4
|
* Fri Jul 29 2011 Dave Jones <davej@redhat.com> 2.6.40-4
|
||||||
- Re-add utrace, which got accidentally dropped during the rebase.
|
- Re-add utrace, which got accidentally dropped during the rebase.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user