lkml.org 
[lkml]   [1998]   [Jan]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [2.1.78][BUG:xconfig] There is an error in the script if you choose 'sound'
Oops, someone introduced a bug in drivers/sound/Config.in in 2.1.78:

- bool 'Gallant Audio Cards (SC-6000 and SC-6600 based)' CONFIG_AEDSP16
+ dep_tristate 'Gallant Audio Cards (SC-6000 and SC-6600 based)' CONFIG_AEDSP16
+

I feel embarrassed that I didn't catch it when I read the pre-patch.

Fix: add $CONFIG_SOUND:

dep_tristate 'Gallant Audio Cards (SC-6000 and SC-6600 based)' CONFIG_AEDSP16 $CONFIG_SOUND

It's also pretty crappy of tkparse to generate a bad tk script.
(I am developing a new tkparse based on a yacc grammar and it's
much better at catching config file syntax errors).

Michael Chastain
<mailto:mec@shout.net>
"love without fear"

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.042 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site