[Gllug] compiling 2.5 kernels
Dave Jones
davej at suse.de
Wed Apr 17 16:53:50 UTC 2002
On Wed, Apr 17, 2002 at 05:25:58PM +0100, Stephen Harker wrote:
> When I try to do a make xconfig in the linux source directory
> (/usr/src/linux) I get the following...
>
> drivers/ide/Config.in: 52: bad if condition
> make[1]: *** [kconfig.tk] Error 1
> if [ $CONFIG_BLK_DEV_IDE_TCQ_DEFAULT != "n" ]; then
> int ' Default queue depth' CONFIG_BLK_DEV_IDE_TCQ_DEPTH 32
>
> ??
> I am confused. Probably because I'm from a colony.
Should be
if [ "$CONFIG_BLK_DEV_IDE_TCQ_DEFAULT" != "n" ]; then
I suggest grabbing Martin Dalecki's IDE update patches if you
plan on playing with 2.5.8. Alternatively, 2.5.8-dj1 has this
and other assorted nasties fixed up.
(ftp://ftp.kernel.org/pub/people/davej/patches/2.5/)
Dave.
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
--
Gllug mailing list - Gllug at linux.co.uk
http://list.ftech.net/mailman/listinfo/gllug
More information about the GLLUG
mailing list