From aa73513f1f7a605ef96dbee6801cfbb327336037 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Thu, 1 May 2014 21:10:44 -0400 Subject: Rename kernel-drivers to kernel-modules --- filter-modules.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'filter-modules.sh') diff --git a/filter-modules.sh b/filter-modules.sh index abe581278..f2480887a 100755 --- a/filter-modules.sh +++ b/filter-modules.sh @@ -2,15 +2,15 @@ # # Called as filter-modules.sh list-of-modules Arch -# This script filters the modules into the kernel-core and kernel-drivers +# This script filters the modules into the kernel-core and kernel-modules # subpackages. We list out subsystems/subdirs to prune from the installed # module directory. What is left is put into the kernel-core package. What is -# pruned is contained in the kernel-drivers package. +# pruned is contained in the kernel-modules package. # # This file contains the default subsys/subdirs to prune from all architectures. # If an architecture needs to differ, we source a per-arch filter-.sh file # that contains the set of override lists to be used instead. If a module or -# subsys should be in kernel-drivers on all arches, please change the defaults +# subsys should be in kernel-modules on all arches, please change the defaults # listed here. # Set the default dirs/modules to filter out -- cgit