linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* config glitch with 2.4.20-pre7-ac1
@ 2002-09-18 19:00 Art Haas
  0 siblings, 0 replies; only message in thread
From: Art Haas @ 2002-09-18 19:00 UTC (permalink / raw)
  To: linux-kernel

Hi.

There's a small glitch when configuring 2.4.20-pre7-ac1. The
problem is in drivers/mtd/devices/Config.in. menuconfig prints
out an error when configuring the kernel due to the following ...

if [ "$CONFIG_DECSTATION" = "y" ];
   dep_tristate '  DEC MS02-NV NVRAM module support' CONFIG_MTD_MS02NV
   $CONFIG_MTD $CONFIG_DECSTATION
fi

The word "then" is missing. The line should look like ...

if [ "$CONFIG_DECSTATION" = "y" ]; then
   dep_tristate '  DEC MS02-NV NVRAM module support' CONFIG_MTD_MS02NV
   $CONFIG_MTD $CONFIG_DECSTATION
fi

Art Haas
-- 
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759

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

only message in thread, other threads:[~2002-09-18 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-18 19:00 config glitch with 2.4.20-pre7-ac1 Art Haas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).