projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6386f58
)
mac80211 is not available for kernels < 2.6.22
author
Florian Fainelli
<florian@openwrt.org>
Tue, 19 Jun 2007 16:56:04 +0000
(16:56 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 19 Jun 2007 16:56:04 +0000
(16:56 +0000)
SVN-Revision: 7674
package/kernel/modules/wireless.mk
patch
|
blob
|
history
diff --git
a/package/kernel/modules/wireless.mk
b/package/kernel/modules/wireless.mk
index 35e8d59b760dc4f3dd1ec3c111027458004027d9..42460bc89da4c2baa8915750c84c6bc9770b0de1 100644
(file)
--- a/
package/kernel/modules/wireless.mk
+++ b/
package/kernel/modules/wireless.mk
@@
-48,7
+48,7
@@
$(eval $(call KernelPackage,ieee80211-softmac))
define KernelPackage/mac80211
TITLE:=mac80211 (Devicescape) support
DEPENDS:=@LINUX_2_6
- KCONFIG:=$(CONFIG_
IEEE80211_SOFTMAC
)
+ KCONFIG:=$(CONFIG_
MAC80211
)
FILES:= \
$(LINUX_DIR)/net/wireless/cfg80211.$(LINUX_KMOD_SUFFIX) \
$(LINUX_DIR)/net/mac80211/mac80211.$(LINUX_KMOD_SUFFIX) \