summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-21 03:05:21 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-21 09:00:48 +0200
commita8567be15cb2868abc9607270d77b21b091302a8 (patch)
tree68bc96aceabc8bad8c254e213bff34d79d403d96 /support
parentb6c98b3549d822b791f80c1cf78a18e4e7461054 (diff)
downloadbuildroot-a8567be15cb2868abc9607270d77b21b091302a8.tar.gz
buildroot-a8567be15cb2868abc9607270d77b21b091302a8.zip
minimal.config: add BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support')
-rw-r--r--support/config-fragments/minimal.config1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud