You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
268 B
7 lines
268 B
# 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
|
|
|