projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2777f6
)
Disable MAC80211_MESH on config.mk
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 4 Aug 2009 21:54:32 +0000
(14:54 -0700)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 4 Aug 2009 21:54:32 +0000
(14:54 -0700)
Its busted on wireless-testing.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
config.mk
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index 660d7949ef6dec87078873b7134b53d73cf10d31..68ef43fc9e925406e57e620c62ccbba82d304717 100644
(file)
--- a/
config.mk
+++ b/
config.mk
@@
-99,7
+99,8
@@
CONFIG_MAC80211_RC_MINSTREL=y
CONFIG_MAC80211_LEDS=y
# enable mesh networking too
-CONFIG_MAC80211_MESH=y
+# Mesh is currently busted on wireless-testing
+#CONFIG_MAC80211_MESH=y
CONFIG_CFG80211=m
CONFIG_CFG80211_DEFAULT_PS=y