summaryrefslogtreecommitdiffstats
path: root/filter-ppc64le.sh
Commit message (Collapse)AuthorAgeFilesLines
* kernel-5.11.7-9Justin M. Forbes2021-03-171-14/+0
| | | | | | | | | | | | | | | | | * Wed Mar 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.7-9] - Disable weak-modules again rhbz 1828455 (Justin M. Forbes) - More config updates for gcc-plugin turn off (Justin M. Forbes) - fedora: the PCH_CAN driver is x86-32 only (Peter Robinson) - common: disable legacy CAN device support (Peter Robinson) - common: Enable Microchip MCP251x/MCP251xFD CAN controllers (Peter Robinson) - common: Bosch MCAN support for Intel Elkhart Lake (Peter Robinson) - common: enable CAN_PEAK_PCIEFD PCI-E driver (Peter Robinson) - common: disable CAN_PEAK_PCIEC PCAN-ExpressCard (Peter Robinson) - common: enable common CAN layer 2 protocols (Peter Robinson) - ark: disable CAN_LEDS option (Peter Robinson) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* Linux v5.9.7Justin M. Forbes2020-11-101-1/+1
| | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* Linux v5.8.4 rebaseJustin M. Forbes2020-08-261-1/+1
| | | | Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
* Cleanup some old config options, remove DRM drivers hidden behind ↵Peter Robinson2018-08-161-1/+1
| | | | DRM_LEGACY, tweak module filters a little (fpga, iio, few other bits), minor find optimisation
* Linux v4.16-9576-g38c23685b273Justin M. Forbes2018-04-061-1/+1
|
* filter qedi iscsi driverPeter Robinson2016-12-271-1/+1
|
* ... filter it everywhereJosh Boyer2016-10-121-1/+1
|
* Filter nvme rdma modules to extras, Fix IP Wireless driver filtering (rhbz ↵Peter Robinson2016-07-281-2/+2
| | | | 1356043) thanks lkundrak, Build IIO tools
* Fix Power64 module filters, Minor ARM updatesPeter Robinson2016-06-101-1/+1
|
* filters: move firewire mwave w1 from core to modulesPeter Robinson2016-01-151-2/+2
|
* Move iscsi_tcp and related modules to kernel-core (rhbz 1249424)Josh Boyer2015-10-291-1/+1
|
* Fix filter files for the rpcrdma renameJosh Boyer2015-06-291-1/+1
|
* Enable TCM_USER (rhbz 1174986)Josh Boyer2014-12-171-1/+1
|
* Rename kernel-drivers to kernel-modulesJosh Boyer2014-05-011-1/+1
|
* Split kernel into kernel-core and kernel-drivers subpackagesJosh Boyer2014-04-291-0/+14
This creates kernel-core and kernel-drivers subpackages. The kernel package remains as a meta-package the requires both of the subpackages. This allows most installs to continue on as-is with upgrades working. The contents of the kernel-core and kernel-drivers subpackages are determined at build time through the filter-modules.sh script. This script "removes" pre-defined subsystems and modules and generates a filelist for the %files section of each subpackage. The contents of each are per-arch, with arch override files taken into account. This allows us to make the split useful for varying arches.