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 | def1af252823240f2043e88e79ea9e05d47c1cee (patch) | |
tree | d4c0c5190ba41db6eae2099464773fa29276a35c /package/iwinfo/Makefile | |
parent | afbffe9fcd7261cfcf8ff462ad81aea553b2241a (diff) | |
download | upstream-def1af252823240f2043e88e79ea9e05d47c1cee.tar.gz upstream-def1af252823240f2043e88e79ea9e05d47c1cee.tar.bz2 upstream-def1af252823240f2043e88e79ea9e05d47c1cee.zip |
[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 := \ |