diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-25 18:43:18 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-25 18:43:18 +0000 |
commit | aeecc6ec124c9a4905fe8747d27693cc3968219b (patch) | |
tree | dd170222b10fecd57310ca2fbc53150d214961bd /package/kernel/broadcom-wl/Makefile | |
parent | 7a5002ec9d67515cbeea99a89b94c70dc50456c4 (diff) | |
download | mtk-20170518-aeecc6ec124c9a4905fe8747d27693cc3968219b.zip mtk-20170518-aeecc6ec124c9a4905fe8747d27693cc3968219b.tar.gz mtk-20170518-aeecc6ec124c9a4905fe8747d27693cc3968219b.tar.bz2 |
broadcom-wl: align with mac80211 config
- Support HT40 instead of HT40+/HT40- like mac80211
- Enable 11n if htmode is HT20 or HT40
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43063
Diffstat (limited to 'package/kernel/broadcom-wl/Makefile')
-rw-r--r-- | package/kernel/broadcom-wl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/broadcom-wl/Makefile b/package/kernel/broadcom-wl/Makefile index d790d2c..29137e0 100644 --- a/package/kernel/broadcom-wl/Makefile +++ b/package/kernel/broadcom-wl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=broadcom-wl PKG_VERSION:=5.10.56.27.3 -PKG_RELEASE:=7 +PKG_RELEASE:=8 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)_$(ARCH).tar.bz2 PKG_SOURCE_URL:=http://downloads.openwrt.org/sources |