diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-02 14:06:16 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-02-02 14:06:16 +0000 |
commit | 33e4461db68ad3adc10ff3f497b9430763d0a1a1 (patch) | |
tree | 2812ebdd834ea8342bf6b5166cf8dcc9e00751b4 /package/iwinfo/Makefile | |
parent | eca9950f63ec4491a7bd6138174ac08595184e1b (diff) | |
download | upstream-33e4461db68ad3adc10ff3f497b9430763d0a1a1.tar.gz upstream-33e4461db68ad3adc10ff3f497b9430763d0a1a1.tar.bz2 upstream-33e4461db68ad3adc10ff3f497b9430763d0a1a1.zip |
iwinfo: fix segmentation fault when doing two consecutive scans through wpa_supplicant Based on patch by Christian Kapeller <christian.kapeller@cmotion.eu> with one minor whitespace change and updated package version.
SVN-Revision: 29992
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 dae7470154..4f6bc1d363 100644 --- a/package/iwinfo/Makefile +++ b/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=23 +PKG_RELEASE:=24 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |