diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-30 19:57:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-11-30 19:57:38 +0000 |
commit | c956319f01be752621673e5e190efe84d572039e (patch) | |
tree | dd7529aab71318f79725689976e2643fc74087b4 /contrib/package/iwinfo/Makefile | |
parent | ced440f886cead1ae33eb1021c34131c20221dfd (diff) |
libiwinfo: properly detect open network reported by wpa_supplicant
Diffstat (limited to 'contrib/package/iwinfo/Makefile')
-rw-r--r-- | contrib/package/iwinfo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/iwinfo/Makefile b/contrib/package/iwinfo/Makefile index c745be71e..e9edc2ccc 100644 --- a/contrib/package/iwinfo/Makefile +++ b/contrib/package/iwinfo/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libiwinfo -PKG_RELEASE:=11 +PKG_RELEASE:=12 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) |