diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-26 11:50:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-05-26 11:50:04 +0000 |
commit | 5e5c0edd7e0109a37ee18fdaf95f372b54bf1756 (patch) | |
tree | d40337cae643ec417d2420398d6df01c2f4e175e /package/network/utils | |
parent | edbb32897ac070c3a9462e1fd9fa21d135d642b9 (diff) | |
download | upstream-5e5c0edd7e0109a37ee18fdaf95f372b54bf1756.tar.gz upstream-5e5c0edd7e0109a37ee18fdaf95f372b54bf1756.tar.bz2 upstream-5e5c0edd7e0109a37ee18fdaf95f372b54bf1756.zip |
iwinfo: fix hostapd status query (#19662)
* Rework hostapd and wpa_supplicant status parsing code
* Add support for querying available HT rates
* Relax definition of restricted channels
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45766
Diffstat (limited to 'package/network/utils')
-rw-r--r-- | package/network/utils/iwinfo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index 67ceb241bb..1bed3227ed 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2014 Jo-Philipp Wich <jow@openwrt.org> +# Copyright (C) 2010-2015 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-03-23 +PKG_VERSION:=2015-05-26 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/iwinfo.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=40f2844fadc05f4a4de7699dbc12fee295b7057b +PKG_SOURCE_VERSION:=e8a1e7d224918ba23fe0cd125e70907cb31aea31 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> PKG_LICENSE:=GPL-2.0 |