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 | 17c4ddb6b92ef06c1918abecd3de8355afb4ab2d (patch) | |
tree | d59586a2d7717c8e360791bad953f7b17c9a9091 /package/network | |
parent | 13078aa71ea3b9befa3208200aa257996827d013 (diff) | |
download | upstream-17c4ddb6b92ef06c1918abecd3de8355afb4ab2d.tar.gz upstream-17c4ddb6b92ef06c1918abecd3de8355afb4ab2d.tar.bz2 upstream-17c4ddb6b92ef06c1918abecd3de8355afb4ab2d.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45766 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-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 |