From: Daniel Mack <zonque@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 4/5] iw: using the git version fixes build with new libnl-3
Date: Thu, 1 Dec 2011 12:56:33 +0100 [thread overview]
Message-ID: <1322740594-13595-4-git-send-email-zonque@gmail.com> (raw)
In-Reply-To: <1322740594-13595-1-git-send-email-zonque@gmail.com>
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@gmail.com>
---
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" \
--
1.7.7.3
next prev parent reply other threads:[~2011-12-01 11:56 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-01 11:56 [Buildroot] [PATCH v2 1/5] libnl: bump to version 3.2.3 Daniel Mack
2011-12-01 11:56 ` [Buildroot] [PATCH v2 2/5] hostapd: fix build with new libnl-3 Daniel Mack
2011-12-01 11:56 ` [Buildroot] [PATCH v2 3/5] wpa_supplicant: " Daniel Mack
2011-12-01 11:56 ` Daniel Mack [this message]
2011-12-01 11:56 ` [Buildroot] [PATCH v2 5/5] kismet: " Daniel Mack
2011-12-01 11:57 ` [Buildroot] [PATCH v2 1/5] libnl: bump to version 3.2.3 Daniel Mack
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1322740594-13595-4-git-send-email-zonque@gmail.com \
--to=zonque@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.