diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-05-15 09:36:10 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-05-15 09:36:10 +0000 |
commit | 059a636ab58122b2cd1e30395c0be29d3e0f3929 (patch) | |
tree | d6fea67bf18e8678acbbbc337bdbbe2a6235c69f /package/mac80211/Makefile | |
parent | 325629b4fc40f8e01fd71cbebbeec37773c3726a (diff) | |
download | upstream-059a636ab58122b2cd1e30395c0be29d3e0f3929.tar.gz upstream-059a636ab58122b2cd1e30395c0be29d3e0f3929.tar.bz2 upstream-059a636ab58122b2cd1e30395c0be29d3e0f3929.zip |
mac80211: add mesh_param support
This patch add mesh_param support in mac80211.sh
It suppose that this patch http://patchwork.openwrt.org/patch/3540/ is applied (add HT support for mesh)
Tested with rspro(ar9280)/wr1043nd, BB r36211
see also this http://lists.open80211s.org/pipermail/devel/2012-June/003352.html
(mesh_hwmp_rootmode 1 & mesh_gate_announcements 1
=> mesh_hwmp_rootmode 4 & mesh_gate_announcements 1)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
SVN-Revision: 36640
Diffstat (limited to 'package/mac80211/Makefile')
-rw-r--r-- | package/mac80211/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index f950862e7e..e5bcdc3b1c 100644 --- a/package/mac80211/Makefile +++ b/package/mac80211/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2013-04-16 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_MD5SUM:=ec4cd40f0a8838aeea2ccff3ec5deb1a |