[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-rc2-8-g4dbf5fe
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2013-12-24 13:59:08
|
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 4dbf5feaa28af927bbd94047f6addf1bc41b86cd (commit)
from cae2cb06959b94fd5446607cc0842bbcc6cb41b3 (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 4dbf5feaa28af927bbd94047f6addf1bc41b86cd
Author: Julien Boibessot <jul...@ar...>
Date: Tue Dec 24 14:58:26 2013 +0100
[BUILDROOT] Makes pps_defconfig building faster
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/pps_defconfig | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/buildroot/configs/pps_defconfig b/buildroot/configs/pps_defconfig
index d09f62b..df89623 100644
--- a/buildroot/configs/pps_defconfig
+++ b/buildroot/configs/pps_defconfig
@@ -2,8 +2,6 @@ BR2_arm=y
BR2_WGET="wget --passive-ftp --tries=3"
BR2_DL_DIR="$(BASE_DIR)/../downloads"
BR2_BACKUP_SITE="ftp://ftp2.armadeus.com/armadeusw/download"
-BR2_SOURCEFORGE_MIRROR="switch"
-BR2_JLEVEL=1
BR2_CCACHE=y
BR2_STRIP_sstrip=y
BR2_KERNEL_HEADERS_VERSION=y
@@ -11,6 +9,8 @@ BR2_DEFAULT_KERNEL_VERSION="2.6.29.6"
BR2_UCLIBC_CONFIG="target/device/armadeus/uClibc-$(BR2_UCLIBC_VERSION_STRING).config"
BR2_BINUTILS_VERSION_2_23_2=y
BR2_PACKAGE_HOST_GDB=y
+BR2_ENABLE_LOCALE_PURGE=y
+BR2_ENABLE_LOCALE_WHITELIST="C en_US"
BR2_TARGET_OPTIMIZATION="-Os -pipe"
BR2_TOOLCHAIN_BUILDROOT_LARGEFILE=y
BR2_TOOLCHAIN_BUILDROOT_INET_IPV6=y
hooks/post-receive
--
armadeus
|