[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-197-g471bfc2
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2013-03-11 14:58:58
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 471bfc29e1a9efa0f7028c0d54521e5c5eadebba (commit)
from 3f2e3cbd9091c6e81894556c9c22522bc57bdc6b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 471bfc29e1a9efa0f7028c0d54521e5c5eadebba
Author: Jeremie Scheer <jer...@ar...>
Date: Mon Mar 11 15:58:30 2013 +0100
[BUILDROOT] Fix IW package download URL in patch 200.
-----------------------------------------------------------------------
Summary of changes:
.../2012.02/200-iw-fix_download_url.patch | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2012.02/200-iw-fix_download_url.patch
diff --git a/patches/buildroot/2012.02/200-iw-fix_download_url.patch b/patches/buildroot/2012.02/200-iw-fix_download_url.patch
new file mode 100644
index 0000000..769d878
--- /dev/null
+++ b/patches/buildroot/2012.02/200-iw-fix_download_url.patch
@@ -0,0 +1,17 @@
+Fix IW download URL.
+
+Signed-off-by: Jérémie Scheer <jer...@ar...>
+
+Index: buildroot/package/iw/iw.mk
+===================================================================
+--- buildroot.orig/package/iw/iw.mk 2012-02-29 23:19:47.000000000 +0100
++++ buildroot/package/iw/iw.mk 2013-03-11 15:45:40.000000000 +0100
+@@ -6,7 +6,7 @@
+
+ IW_VERSION = 3.3
+ IW_SOURCE = iw-$(IW_VERSION).tar.bz2
+-IW_SITE = http://wireless.kernel.org/download/iw
++IW_SITE = https://www.kernel.org/pub/software/network/iw/
+ IW_DEPENDENCIES = host-pkg-config libnl
+ IW_CONFIG = $(IW_DIR)/.config
+ IW_MAKE_ENV = PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
hooks/post-receive
--
armadeus
|