]> git.pld-linux.org Git - packages/kernel.git/blobdiff - kernel-module-build.pl
Use fq_codel as default (supposed to be best general purpose qdisc these days).
[packages/kernel.git] / kernel-module-build.pl
index f239e26048fc504ae7d0833e160f3db3c7d810c8..1195beaefd9f55b44f5461d5db97add83aeefcfa 100644 (file)
@@ -32,7 +32,7 @@ sub wanted
        return unless -f;
        return unless /^Kconfig/ or /^Makefile/ or /^Kbuild/;
        #return if /\.orig$/;
-       return if $File::Find::name =~ /(Documentation|scripts)/;
+       return if $File::Find::name =~ /Documentation/;
        (my $file = $File::Find::name) =~ s#^\./##;
        $file =~ m#^(.*)/#;
        my $dir = $1 || "";
This page took 0.062789 seconds and 4 git commands to generate.