mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
8
support/config-fragments/minimal.config
Normal file
8
support/config-fragments/minimal.config
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
BR2_COMPILER_PARANOID_UNSAFE_PATH=y
|
||||
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
|
||||
Reference in New Issue
Block a user