diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-02-03 12:03:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-02-03 12:03:24 +0000 |
commit | e893d4d9a85c77ef82f85d4a6ea8b374fec9ef85 (patch) | |
tree | 3e658d079222defd0c92cde00de86b908d55b927 /package/network/utils/iwinfo/Makefile | |
parent | b1168e70d347e0a1c29dd11f91db293e3bee63c2 (diff) | |
download | upstream-e893d4d9a85c77ef82f85d4a6ea8b374fec9ef85.tar.gz upstream-e893d4d9a85c77ef82f85d4a6ea8b374fec9ef85.tar.bz2 upstream-e893d4d9a85c77ef82f85d4a6ea8b374fec9ef85.zip |
libiwinfo: reset ioctl_socket fd in iwinfo_close(), fixes random failures with multiple cycles of iwinfo_finish() / iwinfo_backend()
SVN-Revision: 35471
Diffstat (limited to 'package/network/utils/iwinfo/Makefile')
-rw-r--r-- | package/network/utils/iwinfo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/iwinfo/Makefile b/package/network/utils/iwinfo/Makefile index 479dcb5f5b..f8a92dac4b 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2012 Jo-Philipp Wich <xm@subsignal.org> +# Copyright (C) 2010-2013 Jo-Philipp Wich <xm@subsignal.org> # # This is free software, licensed under the GPL 2 license. # @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=38 +PKG_RELEASE:=39 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |