From: Daniel Mack Date: Sat, 3 Dec 2011 17:03:31 +0000 (+0100) Subject: iw: using the git version fixes build with new libnl-3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c4a7dc9036591a0eaf14eb52f7456657603733f;p=buildroot.git iw: using the git version fixes build with new libnl-3 The current git version copes well with libnl-3, so use this one until the next official release is made. Signed-off-by: Daniel Mack Signed-off-by: Peter Korsgaard --- diff --git a/package/iw/iw.mk b/package/iw/iw.mk index ab6c676811..d89fc6c400 100644 --- a/package/iw/iw.mk +++ b/package/iw/iw.mk @@ -4,9 +4,8 @@ # ############################################################# -IW_VERSION = 3.2 -IW_SOURCE = iw-$(IW_VERSION).tar.bz2 -IW_SITE = http://wireless.kernel.org/download/iw +IW_VERSION = a82abc2cac9dea7def53070565201145c76c8c6c +IW_SITE = git://git.sipsolutions.net/iw.git IW_DEPENDENCIES = host-pkg-config libnl IW_CONFIG = $(IW_DIR)/.config IW_MAKE_ENV = PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \