Hi, Recent libnl-tiny revisions do not specify a version in the pkg-config data. This patch corrects libnl-tiny support added in the previous patch in the series, so it works with the latest revision too. Cheers, Dima >From 84f4fbf5e9f765dafbb436b2593f13d1326a27ea Mon Sep 17 00:00:00 2001 From: Dima Krasner <dima@xxxxxxxxxxxxxxx> Date: Wed, 4 Nov 2015 07:57:04 +0200 Subject: [PATCH 2/2] Removed the libnl-tiny >= 1 requirement --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 63169a3..4077020 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ OBJS += $(OBJS-y) $(OBJS-Y) ALL = iw ifeq ($(NO_PKG_CONFIG),) -NLTINYFOUND := $(shell $(PKG_CONFIG) --atleast-version=1 libnl-tiny && echo Y) +NLTINYFOUND := $(shell $(PKG_CONFIG) libnl-tiny && echo Y) ifneq ($(NLTINYFOUND),Y) NL3xFOUND := $(shell $(PKG_CONFIG) --atleast-version=3.2 libnl-3.0 && echo Y) ifneq ($(NL3xFOUND),Y) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html