From 6f35eb920300b903a0078d2ca191d1ea9cd7a15f Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Sun, 9 Apr 2006 19:05:36 -0300 Subject: Newer drivers now compile fine with 2.6.14 kernel. From: Mauro Carvalho Chehab Signed-off-by: Mauro Carvalho Chehab --- v4l/scripts/make_noconfig.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'v4l/scripts/make_noconfig.pl') diff --git a/v4l/scripts/make_noconfig.pl b/v4l/scripts/make_noconfig.pl index 503653a4f..a47ca4acf 100755 --- a/v4l/scripts/make_noconfig.pl +++ b/v4l/scripts/make_noconfig.pl @@ -55,6 +55,9 @@ close IN; open OUT,">.myconfig"; while ( my ($key, $value) = each(%config) ) { + if ($value eq "y") { + $value="m"; + } printf OUT "%-44s := %s\n",$key,$value; } close OUT; -- cgit v1.2.3