[Buildroot] [git commit] iw: using the git version fixes build with new libnl-3
Peter Korsgaard
jacmet at sunsite.dk
Mon Dec 26 07:42:21 UTC 2011
commit: http://git.buildroot.net/buildroot/commit/?id=9c4a7dc9036591a0eaf14eb52f7456657603733f
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
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 <zonque at gmail.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
package/iw/iw.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/package/iw/iw.mk b/package/iw/iw.mk
index ab6c676..d89fc6c 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" \
More information about the buildroot
mailing list