diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-05-10 15:31:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-05-10 15:31:49 +0000 |
commit | 735a03be62e852705f73ebc16f25927d0d6a1f17 (patch) | |
tree | f3cb1768cd28d4a4dc9cea3f2b0cc6fc09bc3995 /package/network/utils/iwinfo/Makefile | |
parent | 0c06d76c79e6d24f6ea46952504b3938d6d298e6 (diff) | |
download | upstream-735a03be62e852705f73ebc16f25927d0d6a1f17.tar.gz upstream-735a03be62e852705f73ebc16f25927d0d6a1f17.tar.bz2 upstream-735a03be62e852705f73ebc16f25927d0d6a1f17.zip |
iwinfo: adjust for changed wpa_supplicant control socket path
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 40747
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 9bebb7a619..699682b95e 100644 --- a/package/network/utils/iwinfo/Makefile +++ b/package/network/utils/iwinfo/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2010-2013 Jo-Philipp Wich <xm@subsignal.org> +# Copyright (C) 2010-2014 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:=47 +PKG_RELEASE:=48 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |