diff mbox

[v7,14/23] minimal.config: add BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y

Message ID 20170721010530.4747-15-arnout@mind.be
State Accepted
Headers show

Commit Message

Arnout Vandecappelle July 21, 2017, 1:05 a.m. UTC
The user shouldn't need to pass this manually when creating a test-pkg
config file. It's an absolutely harmless option to enable always.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
v7: new patch
---
 support/config-fragments/minimal.config | 1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni July 21, 2017, 7:01 a.m. UTC | #1
Hello,

On Fri, 21 Jul 2017 03:05:21 +0200, Arnout Vandecappelle
(Essensium/Mind) wrote:
> The user shouldn't need to pass this manually when creating a test-pkg
> config file. It's an absolutely harmless option to enable always.
> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
> v7: new patch
> ---
>  support/config-fragments/minimal.config | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/support/config-fragments/minimal.config b/support/config-fragments/minimal.config
index 43fef06f49..71344e2c69 100644
--- a/support/config-fragments/minimal.config
+++ b/support/config-fragments/minimal.config
@@ -5,3 +5,4 @@  BR2_SYSTEM_BIN_SH_NONE=y
 # BR2_PACKAGE_BUSYBOX is not set
 # BR2_TARGET_ROOTFS_TAR is not set
 BR2_COMPILER_PARANOID_UNSAFE_PATH=y
+BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y