Add missing filter-riscv64.sh.fedora

Based on the old files. The comment from the old files:

 12 # Differences from default:
 13 # - Removed mfd and platform (i.e. needed in core)
 14 # - Added message (i.e. not needed in core)
 15 # - Removed mmc (i.e. need mmc in core)

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2021-11-08 13:27:47 +02:00
parent 5ff749320b
commit 8767db3e91
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#! /bin/bash
# This is the riscv64 override file for the core/drivers package split. The
# module directories listed here and in the generic list in filter-modules.sh
# will be moved to the resulting kernel-modules package for this arch.
# Anything not listed in those files will be in the kernel-core package.
#
# Please review the default list in filter-modules.sh before making
# modifications to the overrides below. If something should be removed across
# all arches, remove it in the default instead of per-arch.
driverdirs="atm auxdisplay bcma bluetooth firewire fpga infiniband leds media memstick message mtd nfc ntb pcmcia power ssb soundwire staging tty uio w1"