diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-02 14:06:16 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-02 14:06:16 +0000 |
commit | 6b3fc26e43cb6a4f0ca4041433650e9eea6e1c1f (patch) | |
tree | d4c0c5190ba41db6eae2099464773fa29276a35c /package/iwinfo/Makefile | |
parent | 75d051e29d5806b4d09e408d3546317fb910f3f0 (diff) |
[package] 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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29992 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 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 := \ |