diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-05 17:52:46 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-03-05 17:52:46 +0000 |
commit | ec780171b195b0372965d389b279ffa01bf66400 (patch) | |
tree | c080f78a1a0fe2ff14ce5c4f429baca9ea41ad40 /package/iwinfo/Makefile | |
parent | 1a1bf7518ac61d7772b18d3a92733178a10cb090 (diff) | |
download | upstream-ec780171b195b0372965d389b279ffa01bf66400.tar.gz upstream-ec780171b195b0372965d389b279ffa01bf66400.tar.bz2 upstream-ec780171b195b0372965d389b279ffa01bf66400.zip |
[package] iwinfo: fix integer overflow in assoclist rate reporting (#11073)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30825 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 f74fe2f1f9..db8a3da25f 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=31 +PKG_RELEASE:=32 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |