summaryrefslogtreecommitdiffstats
path: root/filter-ppc64p7.sh
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-06-03 14:47:58 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-06-03 14:47:58 -0400
commit0d23ee9d2a1dfa4429ccd04d60e2328c1bd9d3f9 (patch)
tree3d65304d3edb4156acb3f0929a3408ac55dce848 /filter-ppc64p7.sh
parentbe24dc263769018a3c608e8b20493c95829a024f (diff)
downloadkernel-0d23ee9d2a1dfa4429ccd04d60e2328c1bd9d3f9.tar.gz
kernel-0d23ee9d2a1dfa4429ccd04d60e2328c1bd9d3f9.tar.xz
kernel-0d23ee9d2a1dfa4429ccd04d60e2328c1bd9d3f9.zip
Add filter-ppc64p7.sh because ppc64p7 is an entirely separate RPM arch
Diffstat (limited to 'filter-ppc64p7.sh')
-rw-r--r--filter-ppc64p7.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/filter-ppc64p7.sh b/filter-ppc64p7.sh
new file mode 100644
index 00000000..0389c4ce
--- /dev/null
+++ b/filter-ppc64p7.sh
@@ -0,0 +1,14 @@
+#! /bin/bash
+
+# This is the ppc64p7 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 fmc infiniband isdn leds media memstick message mmc mtd nfc ntb pcmcia platform power ssb staging uio uwb"
+
+singlemods="ntb_netdev iscsi_ibft iscsi_boot_sysfs iscsi_tcp megaraid pmcraid qla1280 9pnet_rdma svcrdma xprtrdma hid-picolcd hid-prodikeys hwa-hc hwpoison-inject"