summaryrefslogtreecommitdiffstats
path: root/filter-aarch64.sh
Commit message (Collapse)AuthorAgeFilesLines
* Linux v4.9.4 rebaseLaura Abbott2017-01-161-1/+1
|
* Linux v4.7.2Laura Abbott2016-08-221-1/+1
|
* Fix IP Wireless driver filtering (rhbz 1356043) thanks lkundrakPeter Robinson2016-07-281-1/+1
|
* Linux v4.6.3Josh Boyer2016-06-241-1/+1
|
* filters: move firewire mwave w1 from core to modulesPeter Robinson2016-01-151-2/+2
|
* filters: armv7/aarch64: add custom ethdrvs to ensure we get useful NICs in corePeter Robinson2016-01-151-0/+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.