projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f40c0f
)
mac80211: force b44 and atl* to be disabled, even if they are enabled in the kernel...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 25 Jun 2011 19:31:12 +0000
(19:31 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 25 Jun 2011 19:31:12 +0000
(19:31 +0000)
SVN-Revision: 27285
package/mac80211/Makefile
patch
|
blob
|
history
diff --git
a/package/mac80211/Makefile
b/package/mac80211/Makefile
index 329ca8cd28a5f28749ae49e92d4c4cd731db829f..525cf19293b624ff8b46f4b1548e8a7186ad6faa 100644
(file)
--- a/
package/mac80211/Makefile
+++ b/
package/mac80211/Makefile
@@
-1146,6
+1146,11
@@
MAKE_OPTS:= \
CONFIG_MWIFIEX= \
CONFIG_MAC80211_RC_MINSTREL_HT=y \
MADWIFI= \
+ CONFIG_B44= \
+ CONFIG_ATL1= \
+ CONFIG_ATL2= \
+ CONFIG_ATL1E= \
+ CONFIG_ATL1C= \
KLIB_BUILD="$(LINUX_DIR)" \
MODPROBE=: \
KLIB=$(TARGET_MODULES_DIR) \