diff options
author | Arnout Vandecappelle <arnout@mind.be> | 2017-07-21 03:05:19 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-21 09:00:40 +0200 |
commit | c23d0c8633550e95cdbfd97f78d20b2f6b719c3c (patch) | |
tree | 9e5d0bc5e2e135ea94fdb4934eabfc75cae4840f /support | |
parent | e1bebe18e54ad634bd6151445f009aa53038d765 (diff) | |
download | buildroot-c23d0c8633550e95cdbfd97f78d20b2f6b719c3c.tar.gz buildroot-c23d0c8633550e95cdbfd97f78d20b2f6b719c3c.zip |
support/test-pkg: move minimal.config into a separate file
This minimal configuration is also very useful outside test-pkg. In
addition, it will simplify the config merge in a later patch.
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support')
-rw-r--r-- | support/config-fragments/minimal.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support/config-fragments/minimal.config b/support/config-fragments/minimal.config new file mode 100644 index 0000000000..0f20847f6d --- /dev/null +++ b/support/config-fragments/minimal.config @@ -0,0 +1,6 @@ +# This config fragment disables Buildroot options that are turned on by +# default, in order to arrive at minimal build time. +BR2_INIT_NONE=y +BR2_SYSTEM_BIN_SH_NONE=y +# BR2_PACKAGE_BUSYBOX is not set +# BR2_TARGET_ROOTFS_TAR is not set |