summaryrefslogtreecommitdiffstats
path: root/package/network/utils/iwinfo/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-01-25 14:31:32 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-01-25 14:31:32 +0000
commit94d665239e715014b5afed7cf2d4b69e6a7704f0 (patch)
tree0e83bb392e5740b491ae6a8ca074e84f4adc9b3d /package/network/utils/iwinfo/Makefile
parent99419349e67703ac4f6a09c12fe1256effece24d (diff)
downloadmaster-31e0f0ae-94d665239e715014b5afed7cf2d4b69e6a7704f0.tar.gz
master-31e0f0ae-94d665239e715014b5afed7cf2d4b69e6a7704f0.tar.bz2
master-31e0f0ae-94d665239e715014b5afed7cf2d4b69e6a7704f0.zip
iwinfo: add support for VHT rates
Update to upstream Git HEAD to include VHT rate support and a number of coverity scan fixes. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 48487
Diffstat (limited to 'package/network/utils/iwinfo/Makefile')
-rw-r--r--package/network/utils/iwinfo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index dea27eedd4..38eaeea3cc 100644
--- a/package/network/utils/iwinfo/Makefile
+++ b/package/network/utils/iwinfo/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2010-2015 Jo-Philipp Wich <jow@openwrt.org>
+# Copyright (C) 2010-2016 Jo-Philipp Wich <jow@openwrt.org>
#
# This is free software, licensed under the GPL 2 license.
#
@@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libiwinfo
-PKG_VERSION:=2015-10-05
+PKG_VERSION:=2016-01-25
PKG_RELEASE=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(OPENWRT_GIT)/project/iwinfo.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=813f61e48b9b1a76cb55f3b4a229bf98d3cd53a9
+PKG_SOURCE_VERSION:=78f0fafa591754c3c5bbd3f408a0a91b78690141
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_LICENSE:=GPL-2.0