summaryrefslogtreecommitdiffstats
path: root/filter-modules.sh
Commit message (Collapse)AuthorAgeFilesLines
* Keep UDF in the main kernel package (rhbz 1471314)Laura Abbott2017-08-031-1/+1
|
* Enable aQuantia ethernet devicesYanko Kaneti2017-07-271-1/+1
| | | | [labbott: Rebased]
* Linux v4.11-rc1Laura Abbott2017-03-061-1/+1
|
* Filter out the parport_serial driverLaura Abbott2017-02-231-1/+1
|
* filter qedi iscsi driverPeter Robinson2016-12-271-1/+1
|
* Filter chcr module now that it's turned onJosh Boyer2016-10-121-1/+1
|
* Filter nvme rdma modules to extras, Fix IP Wireless driver filtering (rhbz ↵Peter Robinson2016-07-281-1/+1
| | | | 1356043) thanks lkundrak, Build IIO tools
* filter all the CXG modulesPeter Robinson2016-06-011-1/+1
|
* Update module filtersLaura Abbott2016-05-311-1/+1
|
* filters: filter char drivers mwave pcmciaPeter Robinson2016-01-171-1/+9
|
* filters: tty: just filter all tty drivers, they're all corner case MP serial ↵Peter Robinson2016-01-151-9/+1
| | | | adapters, pcmcia (which we filter already) or other corner case, all core serial used for consoles are already built in
* filters: drmdrvs: add amd, i2c, i915, and radeon plus ARMv7 specific drivers ↵Peter Robinson2016-01-151-1/+1
| | | | to modules alongside nouveau. -modules is generally needed for desktop anyway
* filters: netprots: filter 6lowpan and mpls from corePeter Robinson2016-01-151-1/+1
|
* filters: move firewire mwave w1 from core to modulesPeter Robinson2016-01-151-2/+2
|
* filters: add option to filter input drivers and apply to gameport, tablet ↵Peter Robinson2016-01-151-0/+8
| | | | and touchscreen so they move out of core
* filters: usbdrvs: filter image misc serial from corePeter Robinson2016-01-151-1/+1
| | | | Disable USB_U132_HCD as it causes issues with serial filter, it's an old tech pcmcia 3G modem unlikely to be in wide use (we can revisit if necessary)
* Move iscsi_tcp and related modules to kernel-core (rhbz 1249424)Josh Boyer2015-10-291-1/+1
|
* Linux v4.2-rc4-111-g8400935737bfJosh Boyer2015-07-311-2/+2
|
* Linux v4.1-11235-gc63f887bdae8Josh Boyer2015-06-291-1/+1
| | | | - Reenable debugging options.
* Linux v3.19-8975-g3d883483dc0aJosh Boyer2015-02-201-1/+1
| | | | | - Add patch to fix intermittent hangs in nouveau driver - Move mtpspi and related mods to kernel-core for VMWare guests (rhbz 1194612)
* Enable TCM_USER (rhbz 1174986)Josh Boyer2014-12-171-1/+1
|
* Move isofs to kernel-coreJosh Boyer2014-05-091-1/+1
|
* Rename kernel-drivers to kernel-modulesJosh Boyer2014-05-011-3/+3
|
* Split kernel into kernel-core and kernel-drivers subpackagesJosh Boyer2014-04-291-0/+143
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.