[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-490-g1f553a4
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-06-23 09:31:19
|
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 1f553a4f2a9e20f47b0f116b94463c52d48b93d5 (commit)
from ad7d7981a179dc7310d8d69e59195a0a5caca179 (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 1f553a4f2a9e20f47b0f116b94463c52d48b93d5
Author: Julien Boibessot <jul...@ar...>
Date: Wed Jun 23 11:30:44 2010 +0200
[BUILD] Makes Buildroot version choosable with "make BUILDROOT_VERSION=20xx.xx"
-----------------------------------------------------------------------
Summary of changes:
Makefile | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/Makefile b/Makefile
index 77cfd19..b05addc 100644
--- a/Makefile
+++ b/Makefile
@@ -27,12 +27,15 @@ ARMADEUS_TOPDIR:=$(shell pwd)
export ARMADEUS_TOPDIR
#--- User configurable stuff:
-#BUILDROOT_SITE:=http://buildroot.uclibc.org/downloads
-#BUILDROOT_VERSION:=2010.02
-#BUILDROOT_PATCH_DIR:=$(ARMADEUS_TOPDIR)/patches/buildroot/2010.02
-BUILDROOT_SITE:=http://downloads.sourceforge.net/armadeus
+ifeq ($(BUILDROOT_VERSION),)
BUILDROOT_VERSION:=20081103
+BUILDROOT_SITE:=http://downloads.sourceforge.net/armadeus
BUILDROOT_PATCH_DIR:=$(ARMADEUS_TOPDIR)/patches/buildroot
+else
+#BUILDROOT_VERSION:=2010.05
+BUILDROOT_SITE:=http://buildroot.uclibc.org/downloads
+BUILDROOT_PATCH_DIR:=$(ARMADEUS_TOPDIR)/patches/buildroot/$(BUILDROOT_VERSION)
+endif
#--- End of user conf (don't touch anything below unless you know what you're doing !! ;-) )
BUILDROOT_SOURCE:=buildroot-$(BUILDROOT_VERSION).tar.bz2
hooks/post-receive
--
armadeus
|