linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hauke Mehrtens <hauke@hauke-m.de>
To: mcgrof@gmail.com, lrodriguez@atheros.com
Cc: linux-wireless@vger.kernel.org, Hauke Mehrtens <hauke@hauke-m.de>
Subject: [PATCH 2/3] compat-wireless: set CONFIG_COMPAT_STAGING=m
Date: Sat, 14 May 2011 20:00:26 +0200	[thread overview]
Message-ID: <1305396027-5864-2-git-send-email-hauke@hauke-m.de> (raw)
In-Reply-To: <1305396027-5864-1-git-send-email-hauke@hauke-m.de>

If this is set to y and all CONFIG_BRCM* options are set to m it causes build
failures with kernel version < 2.6.36 as there is nothing build into
the kernel. Besides compat-wireless does not support build anything
into the kernel.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
---
 config.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/config.mk b/config.mk
index 3c034c1..abe6030 100644
--- a/config.mk
+++ b/config.mk
@@ -200,7 +200,7 @@ $(warning "WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working beca
 endif #CONFIG_WIRELESS_EXT
 
 ifdef CONFIG_STAGING
-CONFIG_COMPAT_STAGING=y
+CONFIG_COMPAT_STAGING=m
 endif #CONFIG_STAGING
 
 # mac80211 test driver
-- 
1.7.4.1


  reply	other threads:[~2011-05-14 18:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-14 18:00 [PATCH 1/3] compat-wireless: libertas lbs_pr_<level> was converted to pr_<level> Hauke Mehrtens
2011-05-14 18:00 ` Hauke Mehrtens [this message]
2011-05-19 21:22   ` [PATCH 2/3] compat-wireless: set CONFIG_COMPAT_STAGING=m Luis R. Rodriguez
2011-05-14 18:00 ` [PATCH 3/3] compat-wireless: fix building of brcm80211 Hauke Mehrtens
2011-05-19 21:22   ` Luis R. Rodriguez
2011-05-19 21:32 ` [PATCH 1/3] compat-wireless: libertas lbs_pr_<level> was converted to pr_<level> Luis R. Rodriguez

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=1305396027-5864-2-git-send-email-hauke@hauke-m.de \
    --to=hauke@hauke-m.de \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lrodriguez@atheros.com \
    --cc=mcgrof@gmail.com \
    /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).