lkml.org 
[lkml]   [2003]   [Oct]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patches in this message
/
Subject[PATCH] Re: Linux 2.4.23-pre6 fix make xconfig
From
Date
Hi
Finally, I found what is fucking (at least with redhat 7.3 :) the make
xconfig in Linux 2.4.23-pre6.


I just don't know what patch do you prefer ?
Please apply one of then
I prefer the first.

thanks
--
SérgioMB
email: sergiomb@netcabo.pt

Who gives me one shell, give me everything.
--- linux-2.4.23-pre6/drivers/acpi/Config.in.orig Mon Oct 6 05:35:24 2003
+++ linux-2.4.23-pre6/drivers/acpi/Config.in Mon Oct 6 05:43:29 2003
@@ -32,7 +32,8 @@
tristate ' Toshiba Laptop Extras' CONFIG_ACPI_TOSHIBA
bool ' Debug Statements' CONFIG_ACPI_DEBUG
bool ' Relaxed AML Checking' CONFIG_ACPI_RELAXED_AML
- else if [ "$CONFIG_SMP" = "y" ]; then
+ else
+ if [ "$CONFIG_SMP" = "y" ]; then
define_bool CONFIG_ACPI_BOOT y
fi
fi--- linux-2.4.23-pre6/drivers/acpi/Config.in.orig Mon Oct 6 05:35:24 2003
+++ linux-2.4.23-pre6/drivers/acpi/Config.in Mon Oct 6 05:44:40 2003
@@ -35,7 +35,6 @@
else if [ "$CONFIG_SMP" = "y" ]; then
define_bool CONFIG_ACPI_BOOT y
fi
- fi

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