Hi, this patch fixes the build system to cope with DVB_FE_CUSTOMISE. Unfortunately I had to add special support for that symbol to the make_kconfig.pl script. So we have several options: 1) Use this patch. 2) Someone fixes this in a more general way. 3) Remove DVB_FE_CUSTOMISE support completely. We have one vote from Oliver to do so. I don't mind either way myself. Comments please....
diff -r 0db9f69a6182 v4l/scripts/make_kconfig.pl --- a/v4l/scripts/make_kconfig.pl Mon Jul 31 23:55:01 2006 +0100 +++ b/v4l/scripts/make_kconfig.pl Tue Aug 01 00:15:41 2006 +0100 @@ -193,7 +193,7 @@ sub deps_ok($) } } if ($arg =~ m/^\!([A-Z0-9_]+) /) { - if ($kernopts {$1} eq 'y') { + if (($kernopts {$1} eq 'y') && ($1 ne "DVB_FE_CUSTOMISE")) { printf "$key: Driver is incompatible with '$1'\n"; $ok=0; }
_______________________________________________ linux-dvb@xxxxxxxxxxx http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb