linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adrian Bunk <bunk@fs.tum.de>
To: Dave Jones <davej@suse.de>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.5.15-dj2
Date: Fri, 17 May 2002 14:05:31 +0200 (CEST)	[thread overview]
Message-ID: <Pine.NEB.4.44.0205171402570.18435-100000@mimas.fachschaften.tu-muenchen.de> (raw)
In-Reply-To: <20020517015859.GA523@suse.de>

Hi Dave,

I got the following during "make oldconfig":

<--  snip  -->

...
*
* PCMCIA/CardBus support
*
PCMCIA/CardBus support (CONFIG_PCMCIA) [M/n/y/?]
  CardBus support (CONFIG_CARDBUS) [Y/n/?]
  i82092 compatible bridge support (CONFIG_I82092) [M/n/?]
  i82365 compatible bridge support (CONFIG_I82365) [M/n/?]
  Databook TCIC host bridge support (CONFIG_TCIC) [M/n/?]
scripts/Configure: [: : unary operator expected
*
* PCI Hotplug Support
*
Support for PCI Hotplug (EXPERIMENTAL) (CONFIG_HOTPLUG_PCI) [M/n/y/?]
...

<--  snip  -->


The fix is simple:


--- drivers/pcmcia/Config.in.old	Fri May 17 14:00:17 2002
+++ drivers/pcmcia/Config.in	Fri May 17 14:00:43 2002
@@ -21,7 +21,7 @@
    if [ "$CONFIG_ARM" = "y" ]; then
      dep_tristate '  SA1100 support' CONFIG_PCMCIA_SA1100 $CONFIG_ARCH_SA1100 $CONFIG_PCMCIA
    fi
-   if [ "$CONFIG_8xx" ="y" ]; then
+   if [ "$CONFIG_8xx" = "y" ]; then
      tristate ' M8xx support' CONFIG_PCMCIA_M8XX
    fi
 fi


cu
Adrian

-- 

You only think this is a free country. Like the US the UK spends a lot of
time explaining its a free country because its a police state.
								Alan Cox


      reply	other threads:[~2002-05-17 12:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-17  1:58 Linux 2.5.15-dj2 Dave Jones
2002-05-17 12:05 ` Adrian Bunk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.NEB.4.44.0205171402570.18435-100000@mimas.fachschaften.tu-muenchen.de \
    --to=bunk@fs.tum.de \
    --cc=davej@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).