Hello,
Doing 'make xconfig' in Linux-2.4.0test1-ac7 I get the following error:
drivers/ide/Config.in: 143: unknown command
The following mini-patch should fix that:
--- linux/drivers/ide/Config.in.orig Wed May 31 18:53:21 2000
+++ linux/drivers/ide/Config.in Wed May 31 18:50:57 2000
@@ -140,9 +140,9 @@
fi
if [ "$CONFIG_BLK_DEV_TIVO" = "y" ]; then
- define CONFIG_DMA_NONPCI y
+ define_bool CONFIG_DMA_NONPCI y
else
- define CONFIG_DMA_NONPCI n
+ define_bool CONFIG_DMA_NONPCI n
fi
if [ "$CONFIG_IDE_CHIPSETS" = "y" -o \
"$CONFIG_BLK_DEV_AEC62XX" = "y" -o \
--Tim
-
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.tux.org/lkml/
This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:27 EST