From 02400916e768e0b10803a9552c6989a5c71ba0bf Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 3 May 2005 03:50:00 +0000 Subject: ds has been renamed pcmcia in 2.6 kernels --- tools/patch_pcmcia_config.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/patch_pcmcia_config.pl b/tools/patch_pcmcia_config.pl index 109cfcba7..6e8614cc0 100755 --- a/tools/patch_pcmcia_config.pl +++ b/tools/patch_pcmcia_config.pl @@ -7,7 +7,7 @@ listlength(@ARGV) == 2 or die "usage: $0 /path/to/etc/pcmcia/config /path/to/mod my ($pcmcia_config, $modules_dep) = @ARGV; -my @ignore_modules_in_deps = qw(pcmcia_core ds); +my @ignore_modules_in_deps = qw(pcmcia_core pcmcia ds); my @conf_contents = cat_($pcmcia_config); die "uhm, problem, <$pcmcia_config> seems short in lines\n" if listlength(@conf_contents) < 10; -- cgit v1.2.1