aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iwinfo
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-01-25 15:04:29 +0000
committerJo-Philipp Wich <jow@openwrt.org>2016-01-25 15:04:29 +0000
commit87a16d41a30390bc34404a069c47ea1bebe63ead (patch)
tree9faed8e2f50439b616ec0fc321beb5b89c38a6fa /package/network/utils/iwinfo
parent29831598bf087a92b620efac09782e0dc6ad9e0d (diff)
downloadmaster-187ad058-87a16d41a30390bc34404a069c47ea1bebe63ead.tar.gz
master-187ad058-87a16d41a30390bc34404a069c47ea1bebe63ead.tar.bz2
master-187ad058-87a16d41a30390bc34404a069c47ea1bebe63ead.zip
iwinfo: add support for VHT rates to Lua binding
Update to Git HEAD in order to include VHT rate support in the Lua binding. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48488 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/iwinfo')
-rw-r--r--package/network/utils/iwinfo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile
index 38eaeea3cc..f7e8303a0a 100644
--- a/package/network/utils/iwinfo/Makefile
+++ b/package/network/utils/iwinfo/Makefile
@@ -13,7 +13,7 @@ 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:=78f0fafa591754c3c5bbd3f408a0a91b78690141
+PKG_SOURCE_VERSION:=e4aca3910dff532ed878d0ceaf1ab6e8ad7719bf
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
PKG_LICENSE:=GPL-2.0