All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.2.19pre15: drivers/net/Config.in: 359: bad if condition
@ 2001-02-26 23:47 Craig Milo Rogers
  0 siblings, 0 replies; only message in thread
From: Craig Milo Rogers @ 2001-02-26 23:47 UTC (permalink / raw)
  To: linux-kernel

After building a patched source tree, and running "make xmenu" on a
RH6.2 system with most relevant RPMs installed, I see:

drivers/net/Config.in: 359: bad if condition

The following line:
if [ "$CONFIG_EXPERIMENTAL" = y -a "$CONFIG_WAN_ROUTER" != "n" ]; then

should be:
if [ "$CONFIG_EXPERIMENTAL" = "y" -a "$CONFIG_WAN_ROUTER" != "n" ]; then


					Craig Milo Rogers

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-02-26 23:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-26 23:47 2.2.19pre15: drivers/net/Config.in: 359: bad if condition Craig Milo Rogers

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.