netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ivo van Doorn <ivdoorn@gmail.com>
To: Ingo Molnar <mingo@elte.hu>
Cc: netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>,
	"John W. Linville" <linville@tuxdriver.com>
Subject: Re: [build bug] CONFIG_MAC80211=m && CONFIG_RT2X00=y
Date: Tue, 14 Oct 2008 10:18:10 +0200	[thread overview]
Message-ID: <200810141018.10856.IvDoorn@gmail.com> (raw)
In-Reply-To: <20081013074040.GA28840@elte.hu>

Hi,

> FYI, i triggered a build failure and have the hack below in -tip. Did 
> not have time to track down why the build fails exactly, so i disabled 
> the driver as a quick hack. Would be glad to test any fix patch.

This could perhaps have been caused by the change to menuconfig,

> diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig
> index f839ce0..8d02224 100644
> --- a/drivers/net/wireless/rt2x00/Kconfig
> +++ b/drivers/net/wireless/rt2x00/Kconfig
> @@ -1,6 +1,7 @@
>  menuconfig RT2X00
>  	bool "Ralink driver support"

Does changing bool to tristate help?
Because the depends are all properly set, so it should not be possible
to set rt2x00 to compiled-in while mac80211 is a module..

>  	depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
> +	depends on BROKEN
>  	---help---
>  	  This will enable the experimental support for the Ralink drivers,
>  	  developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.
> 

Ivo

      reply	other threads:[~2008-10-14  8:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-13  7:40 [build bug] CONFIG_MAC80211=m && CONFIG_RT2X00=y Ingo Molnar
2008-10-14  8:18 ` Ivo van Doorn [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=200810141018.10856.IvDoorn@gmail.com \
    --to=ivdoorn@gmail.com \
    --cc=davem@davemloft.net \
    --cc=linville@tuxdriver.com \
    --cc=mingo@elte.hu \
    --cc=netdev@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).