diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-07-25 14:11:50 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-07-25 14:11:50 +0000 |
commit | 833820dc8bd380d4bb6812c663cae58c7a24aecd (patch) | |
tree | e3cc26adfc4a941f3ecda62afaef347a741213dd /package/network/utils/iwinfo/Makefile | |
parent | ae50480d774e5ee5e229639904955b1677126621 (diff) | |
download | upstream-833820dc8bd380d4bb6812c663cae58c7a24aecd.tar.gz upstream-833820dc8bd380d4bb6812c663cae58c7a24aecd.tar.bz2 upstream-833820dc8bd380d4bb6812c663cae58c7a24aecd.zip |
iwinfo: continue scanning even if temporary mac cannot be changed
So far iwinfo aborted a wifi scan attempt if the mac of the spawned
interface could not be changed. Change the code to try anyway - this
should fix wifi scanning on RaLink devices.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 41826
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 9efb9c974c..e4ee73a112 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:=49 +PKG_RELEASE:=50 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |