diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-28 14:04:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-28 14:04:39 +0000 |
commit | f1e214411d8fe78a19d4df6837f4cbc4aa136667 (patch) | |
tree | f9c102e8c7a0d60ec76d2113a0e7b21c932d58f3 /package/network/utils/iwinfo/Makefile | |
parent | ad1d3f00cb8124980620a7aa4e6ce0460c2d8778 (diff) | |
download | upstream-f1e214411d8fe78a19d4df6837f4cbc4aa136667.tar.gz upstream-f1e214411d8fe78a19d4df6837f4cbc4aa136667.tar.bz2 upstream-f1e214411d8fe78a19d4df6837f4cbc4aa136667.zip |
iwinfo: fix iwinfo_hardware() return value if chip id is not found
SVN-Revision: 36471
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 3758692450..e0090e0be5 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:=43 +PKG_RELEASE:=44 PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME) PKG_CONFIG_DEPENDS := \ |