[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-693-g0ce781d
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-03-29 16:09:23
|
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 0ce781dcce52e64ff5f2144e89c5b070479e1049 (commit)
from dbf3c3854472fc6d399c897a56a03fd1a385121b (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 0ce781dcce52e64ff5f2144e89c5b070479e1049
Author: Julien Boibessot <jul...@ar...>
Date: Sun Mar 29 18:09:00 2015 +0200
[BUILDROOT] All boards: move to BR 2015.02
-----------------------------------------------------------------------
Summary of changes:
Makefile | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/Makefile b/Makefile
index 3d30d2c..77f519e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,8 +26,8 @@ ARMADEUS_TOPDIR:=$(shell pwd)
export ARMADEUS_TOPDIR
#--- User configurable stuff:
-#BUILDROOT_VERSION:=2015.02-rc2
-BUILDROOT_VERSION:=2013.11
+#BUILDROOT_VERSION=2013.11
+BUILDROOT_VERSION=2015.02
include ./Makefile.in
BUILDROOT_SITE:=http://buildroot.uclibc.org/downloads
BUILDROOT_PATCH_DIR:=$(ARMADEUS_TOPDIR)/patches/buildroot/$(BUILDROOT_VERSION)
@@ -64,13 +64,14 @@ default: all
help:
@echo
@echo 'First, choose your platform and adjust configuration:'
- @echo ' apf9328_defconfig - get default config for an APF9328+Dev kit'
- @echo ' apf27_defconfig - get default config for an APF27+Dev kit'
- @echo ' pps_defconfig - get default config for an APF27+PPS system'
- @echo ' apf51_defconfig - get default config for an APF51+Dev kit'
- @echo ' pps51_defconfig - get default config for an APF51+PPS51 system'
- @echo ' apf28_defconfig - get default config for an APF28+Dev kit'
- @echo ' apf6q_defconfig - get default config for an APF6q+Dev kit'
+ @echo ' apf9328_defconfig - get default config for an APF9328+Dev kit'
+ @echo ' apf27_defconfig - get default config for an APF27+Dev kit'
+ @echo ' pps_defconfig - get default config for an APF27+PPS system'
+ @echo ' apf51_defconfig - get default config for an APF51+Dev kit'
+ @echo ' pps51_defconfig - get default config for an APF51+PPS51 system'
+ @echo ' apf28_defconfig - get default config for an APF28+Dev kit'
+ @echo ' apf6_defconfig - get default config for an APF6+Dev kit (3.19+ mainline/vanilla kernel)'
+ @echo ' apf6legacy_defconfig - get default config for an APF6+Dev kit (3.10 Wandboard kernel)'
@echo ''
@echo 'Build:'
@echo ' all - make world '
@@ -87,7 +88,6 @@ help:
@echo ' linux-menuconfig - configure Linux parameters'
@echo ' uclibc-menuconfig - configure uClibc library parameters'
@echo ' busybox-menuconfig - configure Busybox parameters'
- @echo ' ctng-menuconfig - configure CrosstoolNG parameters'
@echo
@echo 'Miscellaneous:'
@echo ' source - download all sources needed for offline-build'
hooks/post-receive
--
armadeus
|