mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
8 lines
268 B
Plaintext
8 lines
268 B
Plaintext
# 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_PACKAGE_BUSYBOX_SHOW_OTHERS=y
|