diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-22 13:39:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-22 13:39:16 +0000 |
commit | 64cc700dccc92924467f6a147a29ceb7550e7059 (patch) | |
tree | e75e5d5b3e0ac2625ef3014228a99c22a4c023a4 /package/iwinfo/Makefile | |
parent | a18a8217334edd0a00cfb5559c1440cff208fdae (diff) | |
download | upstream-64cc700dccc92924467f6a147a29ceb7550e7059.tar.gz upstream-64cc700dccc92924467f6a147a29ceb7550e7059.tar.bz2 upstream-64cc700dccc92924467f6a147a29ceb7550e7059.zip |
iwinfo: add per-station rate and mcs info to assoclist op
SVN-Revision: 30682
Diffstat (limited to 'package/iwinfo/Makefile')
-rw-r--r-- | package/iwinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iwinfo/Makefile b/package/iwinfo/Makefile index d58d62d469..63ccec9b15 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=28 +PKG_RELEASE:=29 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |