Hi, Can you show the Kconfig script that contains the syntax error? I don't quite see how this goes wrong. Perhaps if I see the broken Kconfig I understand this better. Thanks, Hans On 04/10/2015 05:21 AM, TCMaps@xxxxxxx wrote: > From: TC <tcmaps@xxxxxxx> > Date: Fri, 10 Apr 2015 04:29:20 +0200 > Subject: on some systems like Ubuntu 14.04, whitespaces are added from make_kconfig.pl to Kconfig script during make menuconfig > causing it to fail with "./Kconfig:778: syntax error"! > this patch just removes the originating spaces in two lines > > > --- > v4l/scripts/make_kconfig.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/v4l/scripts/make_kconfig.pl b/v4l/scripts/make_kconfig.pl > index 28b56d0..9228a7b 100755 > --- a/v4l/scripts/make_kconfig.pl > +++ b/v4l/scripts/make_kconfig.pl > @@ -252,8 +252,8 @@ sub checkdeps() > # Text to be added to disabled options > my $disabled_msg = <<'EOF'; > ---help--- > - WARNING! This driver needs at least kernel %s! It may not > - compile or work correctly on your kernel, which is too old. > + WARNING! This driver needs at least kernel %s! It may not > + compile or work correctly on your kernel, which is too old. > > EOF > > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html