[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-697-gf6d76ce
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-04-10 14:40:52
|
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 f6d76ce1c20457bdb146a0d730751f4607d7a397 (commit)
from 2d999f705bf170b1b63431d725ad2c69c9b64c91 (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 f6d76ce1c20457bdb146a0d730751f4607d7a397
Author: Julien Boibessot <jul...@ar...>
Date: Fri Apr 10 16:39:52 2015 +0200
[BUILDROOT] APF28: Forces gcc version to 4.7.x as BR default 4.8 gcc is unable to build a bootable 2.6.35 kernel
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf28_defconfig | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/buildroot/configs/apf28_defconfig b/buildroot/configs/apf28_defconfig
index c966b00..5a86eb6 100644
--- a/buildroot/configs/apf28_defconfig
+++ b/buildroot/configs/apf28_defconfig
@@ -14,6 +14,7 @@ BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y
BR2_TOOLCHAIN_BUILDROOT_LOCALE=y
BR2_PTHREAD_DEBUG=y
BR2_BINUTILS_VERSION_2_23_2=y
+BR2_GCC_VERSION_4_7_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_HOST_GDB=y
BR2_ENABLE_LOCALE_PURGE=y
@@ -66,11 +67,11 @@ BR2_PACKAGE_PORTMAP=y
BR2_PACKAGE_UUCP=y
BR2_PACKAGE_WIRELESS_TOOLS=y
BR2_PACKAGE_WPA_SUPPLICANT=y
+BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y
BR2_PACKAGE_WPA_SUPPLICANT_EAP=y
+BR2_PACKAGE_WPA_SUPPLICANT_WPS=y
BR2_PACKAGE_WPA_SUPPLICANT_CLI=y
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
-BR2_PACKAGE_WPA_SUPPLICANT_AP_SUPPORT=y
-BR2_PACKAGE_WPA_SUPPLICANT_WPS=y
BR2_PACKAGE_WPA_SUPPLICANT_IEEE80211W=y
BR2_PACKAGE_NANO=y
BR2_TARGET_ROOTFS_UBIFS=y
hooks/post-receive
--
armadeus
|