minimal.config: add BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
authorArnout Vandecappelle <arnout@mind.be>
Fri, 21 Jul 2017 01:05:21 +0000 (03:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 21 Jul 2017 07:00:48 +0000 (09:00 +0200)
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>
support/config-fragments/minimal.config

index 43fef06f49b4a3f70d836d4509143c479f5e0d27..71344e2c698c23c975111b223fa7681615490186 100644 (file)
@@ -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