diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-03-20 11:47:16 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-03-20 11:47:16 +0000 |
commit | 8f91c80ea13abc5c66cee9f1b6d10d7b392dd16e (patch) | |
tree | 8a08a4597091169b986a4ea40e4da91908cc637b /package/kernel/mac80211/Makefile | |
parent | ccaaab1c048159611e93a181dde740f49fa12483 (diff) | |
download | mtk-20170518-8f91c80ea13abc5c66cee9f1b6d10d7b392dd16e.zip mtk-20170518-8f91c80ea13abc5c66cee9f1b6d10d7b392dd16e.tar.gz mtk-20170518-8f91c80ea13abc5c66cee9f1b6d10d7b392dd16e.tar.bz2 |
mac80211: when looking for VHT, check 5GHz support as well
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44906
Diffstat (limited to 'package/kernel/mac80211/Makefile')
-rw-r--r-- | package/kernel/mac80211/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index 589b0cb..d71417e 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2014 OpenWrt.org +# Copyright (C) 2007-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=mac80211 PKG_VERSION:=2015-03-09 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_BACKPORT_VERSION:= PKG_MD5SUM:=6d4b04e4ce8a1f54dabfb04f4709453c |