diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-23 12:31:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-23 12:31:28 +0000 |
commit | 59b55e6a944e118204325ebce9be8d81bb821545 (patch) | |
tree | 3403f9afee279fba22091070dc9608c0b085cf05 /package/network/utils/iwinfo | |
parent | 0a84da084180074ca5e81529c94ffd3857a4716d (diff) | |
download | upstream-59b55e6a944e118204325ebce9be8d81bb821545.tar.gz upstream-59b55e6a944e118204325ebce9be8d81bb821545.tar.bz2 upstream-59b55e6a944e118204325ebce9be8d81bb821545.zip |
iwinfo: update to the latest version, fixes 802.11ac capability reporting
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44948
Diffstat (limited to 'package/network/utils/iwinfo')
-rw-r--r-- | package/network/utils/iwinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index 402a67a3e0..67ceb241bb 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_VERSION:=2015-01-04 +PKG_VERSION:=2015-03-23 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:=c9fd399316003040825dfbd9700488b621bd990e +PKG_SOURCE_VERSION:=40f2844fadc05f4a4de7699dbc12fee295b7057b PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> PKG_LICENSE:=GPL-2.0 |