lkml.org 
[lkml]   [1998]   [Jul]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: 2.1.109ac1 is out
Date
In article <Pine.LNX.4.00.9807172008060.3766-100000@cyberelk.elk.co.uk>,
Tim Waugh <tim@cyberelk.demon.co.uk> wrote:
>In 2.1.109ac1:
>
>@@ -48,9 +48,9 @@
> int ' Receiver timeout' CONFIG_ESPSERIAL_RX_TMOUT 128
> fi
> fi
>-if [ "$CONFIG_PARPORT" != "n" ]; then
>+if [ "$CONFIG_PARPORT" = "y" -o "$CONFIG_PARPORT" = "m" ]; then
> dep_tristate 'Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
>- if [ "$CONFIG_PRINTER" != "n" ]; then
>+ if [ "$CONFIG_PRINTER" = "y" -o "$CONFIG_PARPORT" = "m" ]; then
> ^^^^^^^
> bool ' Support IEEE1284 status readback' CONFIG_PRINTER_READBACK
> fi
> fi
>
>
>Shouldn't that read "PRINTER"?

No, it should read "completely broken patch".

There was a bug in Menuconfig that made Menuconfig unable to parse the
original correctly. That bug has been fixed for some time, but Alan
seems to have an old patch that tries to work around that. So not only
is the patch buggy, it is also unnecessary.

Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html

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