[Buildroot] [git commit] minimal.config: add BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Jul 21 07:00:48 UTC 2017


commit: https://git.buildroot.net/buildroot/commit/?id=a8567be15cb2868abc9607270d77b21b091302a8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 support/config-fragments/minimal.config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/config-fragments/minimal.config b/support/config-fragments/minimal.config
index 43fef06..71344e2 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


More information about the buildroot mailing list