* [PATCH 2.4.21-BK] Fix typo in arch/arm/config.in
@ 2002-12-13 17:47 Marc-Christian Petersen
2002-12-13 17:59 ` Marc-Christian Petersen
2002-12-13 18:29 ` Russell King
0 siblings, 2 replies; 4+ messages in thread
From: Marc-Christian Petersen @ 2002-12-13 17:47 UTC (permalink / raw)
To: linux-kernel; +Cc: Marcelo Tosatti
[-- Attachment #1: Type: text/plain, Size: 186 bytes --]
Hi Marcelo,
this fixes a typo in arch/arm/config.in.
old: source drivers/ssi/Config.in
new: source drivers/scsi/Config.in
Without it, make menuconfig crashes.
ciao, Marc
[-- Attachment #2: 218_arch-arm-fix-typo.patch --]
[-- Type: text/x-diff, Size: 323 bytes --]
--- linux-old/arch/arm/config.in 2002-12-13 18:42:10.000000000 +0100
+++ linux-wolk4/arch/arm/config.in 2002-12-13 18:42:32.000000000 +0100
@@ -542,7 +542,7 @@
endmenu
if [ "$CONFIG_ARCH_CLPS711X" = "y" ]; then
- source drivers/ssi/Config.in
+ source drivers/scsi/Config.in
fi
source drivers/ieee1394/Config.in
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2.4.21-BK] Fix typo in arch/arm/config.in
2002-12-13 17:47 [PATCH 2.4.21-BK] Fix typo in arch/arm/config.in Marc-Christian Petersen
@ 2002-12-13 17:59 ` Marc-Christian Petersen
2002-12-13 18:26 ` Russell King
2002-12-13 18:29 ` Russell King
1 sibling, 1 reply; 4+ messages in thread
From: Marc-Christian Petersen @ 2002-12-13 17:59 UTC (permalink / raw)
To: linux-kernel; +Cc: Marcelo Tosatti
On Friday 13 December 2002 18:47, Marc-Christian Petersen wrote:
Hi again,
> this fixes a typo in arch/arm/config.in.
> old: source drivers/ssi/Config.in
> new: source drivers/scsi/Config.in
> Without it, make menuconfig crashes.
ignore this patch. It is wrong.
So we have this:
if [ "$CONFIG_SCSI" != "n" ]; then
source drivers/scsi/Config.in
fi
endmenu
if [ "$CONFIG_ARCH_CLPS711X" = "y" ]; then
source drivers/ssi/Config.in
fi
drivers/ssi/Config.in does not exist, make menuconfig crashes.
I thought it is a typo, but source'ing it twice also crashes, for sure.
So what is drivers/ssi/* ?
Or should this be drivers/sgi/Config.in ?
ciao, Marc
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2.4.21-BK] Fix typo in arch/arm/config.in
2002-12-13 17:59 ` Marc-Christian Petersen
@ 2002-12-13 18:26 ` Russell King
0 siblings, 0 replies; 4+ messages in thread
From: Russell King @ 2002-12-13 18:26 UTC (permalink / raw)
To: Marc-Christian Petersen; +Cc: linux-kernel, Marcelo Tosatti
On Fri, Dec 13, 2002 at 06:59:16PM +0100, Marc-Christian Petersen wrote:
> if [ "$CONFIG_ARCH_CLPS711X" = "y" ]; then
> source drivers/ssi/Config.in
> fi
>
> drivers/ssi/Config.in does not exist, make menuconfig crashes.
> I thought it is a typo, but source'ing it twice also crashes, for sure.
>
> So what is drivers/ssi/* ?
Its something that isn't merged, and something that I lost access to the
hardware to complete, so it isn't likely to be merged.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2.4.21-BK] Fix typo in arch/arm/config.in
2002-12-13 17:47 [PATCH 2.4.21-BK] Fix typo in arch/arm/config.in Marc-Christian Petersen
2002-12-13 17:59 ` Marc-Christian Petersen
@ 2002-12-13 18:29 ` Russell King
1 sibling, 0 replies; 4+ messages in thread
From: Russell King @ 2002-12-13 18:29 UTC (permalink / raw)
To: Marc-Christian Petersen; +Cc: linux-kernel, Marcelo Tosatti
On Fri, Dec 13, 2002 at 06:47:08PM +0100, Marc-Christian Petersen wrote:
> this fixes a typo in arch/arm/config.in.
>
> old: source drivers/ssi/Config.in
> new: source drivers/scsi/Config.in
>
> Without it, make menuconfig crashes.
Only that? I'm surprised - there's a hell of a lot of outstanding
stuff for 2.4 for ARM.
Bluntly, I'm not interested in reports and fixes against Marcelo's
tree for ARM stuff because its fairly out of date, and a fair amount
of required generic changes didn't make it into what was Linus' tree
before Marcelo took it over.
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-12-13 18:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-13 17:47 [PATCH 2.4.21-BK] Fix typo in arch/arm/config.in Marc-Christian Petersen
2002-12-13 17:59 ` Marc-Christian Petersen
2002-12-13 18:26 ` Russell King
2002-12-13 18:29 ` Russell King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox