[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-21-gf2da4ec
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2015-11-26 14:46:05
|
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 f2da4ec6e04db691f476416b2f0b9d3122c248c3 (commit)
from 3c13eec9389c26ed2e00a165a0794acff0568f89 (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 f2da4ec6e04db691f476416b2f0b9d3122c248c3
Author: Julien Boibessot <jul...@ar...>
Date: Thu Nov 26 15:43:06 2015 +0100
[BUILDROOT] busybox 1.23: add tasket tool to default config
-----------------------------------------------------------------------
Summary of changes:
.../target/device/armadeus/busybox-1.23.config | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/buildroot/target/device/armadeus/busybox-1.23.config b/buildroot/target/device/armadeus/busybox-1.23.config
index a0addaa..8d8efad 100644
--- a/buildroot/target/device/armadeus/busybox-1.23.config
+++ b/buildroot/target/device/armadeus/busybox-1.23.config
@@ -363,7 +363,11 @@ CONFIG_WHICH=y
#
# Editors
#
+CONFIG_AWK=y
+CONFIG_CMP=y
+CONFIG_DIFF=y
CONFIG_PATCH=y
+CONFIG_SED=y
CONFIG_VI=y
CONFIG_FEATURE_VI_MAX_LEN=4096
CONFIG_FEATURE_VI_8BIT=y
@@ -378,14 +382,10 @@ CONFIG_FEATURE_VI_SETOPTS=y
CONFIG_FEATURE_VI_SET=y
CONFIG_FEATURE_VI_WIN_RESIZE=y
CONFIG_FEATURE_VI_ASK_TERMINAL=y
-CONFIG_AWK=y
# CONFIG_FEATURE_AWK_LIBM is not set
-CONFIG_CMP=y
-CONFIG_DIFF=y
# CONFIG_FEATURE_DIFF_LONG_OPTIONS is not set
CONFIG_FEATURE_DIFF_DIR=y
# CONFIG_ED is not set
-CONFIG_SED=y
CONFIG_FEATURE_ALLOW_EXEC=y
#
@@ -653,6 +653,8 @@ CONFIG_FEATURE_LESS_REGEXP=y
# CONFIG_NANDDUMP is not set
CONFIG_RFKILL=y
CONFIG_SETSERIAL=y
+CONFIG_TASKSET=y
+CONFIG_FEATURE_TASKSET_FANCY=y
# CONFIG_UBIATTACH is not set
# CONFIG_UBIDETACH is not set
# CONFIG_UBIMKVOL is not set
hooks/post-receive
--
armadeus
|