summaryrefslogtreecommitdiffstats
path: root/filter-armv7hl.sh
Commit message (Collapse)AuthorAgeFilesLines
* filters: arm: filter soundwirePeter Robinson2020-02-171-1/+1
|
* armvt: filter stm drm driversPeter Robinson2019-05-091-1/+1
|
* Cleanup some old config options, remove DRM drivers hidden behind ↵Peter Robinson2018-08-161-2/+2
| | | | 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
|
* don't filter platform drivers (currently only chromeos devices) from corePeter Robinson2018-02-101-1/+1
|
* Back out non working filter changesJustin M. Forbes2018-02-081-1/+1
|
* Filter GPU bridge drivers on all arches, re-enable adv7511Peter Robinson2018-01-291-1/+1
|
* Minor updates for sun4i drm driversPeter Robinson2017-12-041-1/+1
|
* filter bq27xxx_battery_hdq tooPeter Robinson2017-09-131-1/+1
|
* update arm filters with sun4i drm driverPeter Robinson2017-09-121-1/+1
|
* Sync sun8i emac options, QCom fixes and config tweaks, Minor cleanupsPeter Robinson2017-07-031-1/+1
|
* update the arm/aarch64 drm filtersPeter Robinson2017-06-301-2/+2
|
* Fix filter for armv7Justin M. Forbes2017-05-131-1/+1
|
* Add initial support for vc4 HDMI AudioPeter Robinson2017-03-211-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
* Enable Infiniband on ARM now we have HWPeter Robinson2016-06-141-1/+1
|
* filters: drmdrvs: add amd, i2c, i915, and radeon plus ARMv7 specific drivers ↵Peter Robinson2016-01-151-0/+2
| | | | to modules alongside nouveau. -modules is generally needed for desktop anyway
* 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.