[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-200-gbbcb713
Brought to you by:
sszy
|
From: jscheer <js...@us...> - 2013-03-12 09:37:35
|
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 bbcb713ce0a6a20fccb45ffc5d8988e6b90054e0 (commit)
via 2af8427351a7e75bf116efdec2776a2f41121c7e (commit)
from 8d2b394c9214b7a954afb759b911c1012cc51d04 (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 bbcb713ce0a6a20fccb45ffc5d8988e6b90054e0
Merge: 2af8427 8d2b394
Author: Jeremie Scheer <jer...@ar...>
Date: Tue Mar 12 10:37:17 2013 +0100
Merge branch 'master' of ssh://git.code.sf.net/p/armadeus/code
commit 2af8427351a7e75bf116efdec2776a2f41121c7e
Author: Jeremie Scheer <jer...@ar...>
Date: Tue Mar 12 10:36:39 2013 +0100
[BUILDROOT] Use generic kernel mirror in IW download URL (patch 200).
-----------------------------------------------------------------------
Summary of changes:
.../2012.02/200-iw-fix_download_url.patch | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/patches/buildroot/2012.02/200-iw-fix_download_url.patch b/patches/buildroot/2012.02/200-iw-fix_download_url.patch
index 769d878..3b44b96 100644
--- a/patches/buildroot/2012.02/200-iw-fix_download_url.patch
+++ b/patches/buildroot/2012.02/200-iw-fix_download_url.patch
@@ -5,13 +5,13 @@ 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
++++ buildroot/package/iw/iw.mk 2013-03-12 10:33:46.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_SITE = $(BR2_KERNEL_MIRROR)/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
|