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 | 22f95cf93cfe82035c402452caa5885f6e2c14de (patch) | |
tree | 82d6e9774ad5ad4fc8fa707ea8f3e84faabdaf80 /package/iwinfo/Makefile | |
parent | 999cdff20495ec322f7347990535c6aa6674b4a8 (diff) | |
download | upstream-22f95cf93cfe82035c402452caa5885f6e2c14de.tar.gz upstream-22f95cf93cfe82035c402452caa5885f6e2c14de.tar.bz2 upstream-22f95cf93cfe82035c402452caa5885f6e2c14de.zip |
[package] iwinfo: add per-station rate and mcs info to assoclist op
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30682 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 := \ |