aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis R. Rodriguez <lrodriguez@atheros.com>2008-06-30 01:55:40 -0700
committerLuis R. Rodriguez <lrodriguez@atheros.com>2008-06-30 01:55:40 -0700
commit22a4334199290288ab53a6bd7c777e3bdcb54a9d (patch)
tree1b01657954d419be1e8c5cf633499e6e5c4f8e8f
parentfbc55b8bc132fd8dd88a30fe176c210eb25593e1 (diff)
downloadcompat-wireless-2.6-old-22a4334199290288ab53a6bd7c777e3bdcb54a9d.tar.gz
This fixes the compilation of mac80211 if it's not enabled
in the target kernel. In compat-wireless everything is compiled as module Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 905313d..0e3e37d 100644
--- a/config.mk
+++ b/config.mk
@@ -14,7 +14,7 @@ include $(KLIB_BUILD)/.config
endif
# Wireless subsystem stuff
-CONFIG_MAC80211=y
+CONFIG_MAC80211=m
# Enable QOS for 2.6.22, we'll do some hacks here to enable it.
# You will need this for HT support (802.11n) and WME (802.11e).