minimal.config 304 B

12345678
  1. # This config fragment disables Buildroot options that are turned on by
  2. # default, in order to arrive at minimal build time.
  3. BR2_INIT_NONE=y
  4. BR2_SYSTEM_BIN_SH_NONE=y
  5. # BR2_PACKAGE_BUSYBOX is not set
  6. # BR2_TARGET_ROOTFS_TAR is not set
  7. BR2_COMPILER_PARANOID_UNSAFE_PATH=y
  8. BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y