diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-29 22:11:57 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-29 22:11:57 +0000 |
commit | 0e3de8eff7bd1519d3aa750c6f2072f0fe82f041 (patch) | |
tree | cef27b3aafafffe7377870b737849f0cecd91436 /package/network/utils/iwinfo/Makefile | |
parent | 2b81aaa9eef31f9cb7fc16cd778251cca563a059 (diff) | |
download | upstream-0e3de8eff7bd1519d3aa750c6f2072f0fe82f041.tar.gz upstream-0e3de8eff7bd1519d3aa750c6f2072f0fe82f041.tar.bz2 upstream-0e3de8eff7bd1519d3aa750c6f2072f0fe82f041.zip |
iwinfo: properly initialize memory of global nl80211_state, fixes random libnl-tiny assertions when using nl80211_probe() on not supported devices
SVN-Revision: 34003
Diffstat (limited to 'package/network/utils/iwinfo/Makefile')
-rw-r--r-- | package/network/utils/iwinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index f05fe4a786..bbef2bdc85 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=35 +PKG_RELEASE:=36 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |