diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-21 19:47:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-21 19:47:16 +0000 |
commit | d1bd1b4e27af0ac48f19c4156ecd9313fcfc07b5 (patch) | |
tree | 81e197cccd4d8dc55fc9f506ba21045ffc3b0764 /package/iwinfo/Makefile | |
parent | 1d2b19c4bff442c1b05669dfa9f15869aa4141b1 (diff) | |
download | upstream-d1bd1b4e27af0ac48f19c4156ecd9313fcfc07b5.tar.gz upstream-d1bd1b4e27af0ac48f19c4156ecd9313fcfc07b5.tar.bz2 upstream-d1bd1b4e27af0ac48f19c4156ecd9313fcfc07b5.zip |
iwinfo: properly cast nl80211 mBm signal levels to reported dBm values (#11161)
SVN-Revision: 31053
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 db8a3da25f..5fd04d3d15 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=32 +PKG_RELEASE:=33 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |