|
@@ -100,13 +100,7 @@ build_one() {
|
|
return 2
|
|
return 2
|
|
fi
|
|
fi
|
|
|
|
|
|
- cat >>"${dir}/.config" <<-_EOF_
|
|
|
|
- BR2_INIT_NONE=y
|
|
|
|
- BR2_SYSTEM_BIN_SH_NONE=y
|
|
|
|
- # BR2_PACKAGE_BUSYBOX is not set
|
|
|
|
- # BR2_TARGET_ROOTFS_TAR is not set
|
|
|
|
- _EOF_
|
|
|
|
- cat "${cfg}" >>"${dir}/.config"
|
|
|
|
|
|
+ cat "support/config-fragments/minimal.config" "${cfg}" >>"${dir}/.config"
|
|
|
|
|
|
if ! make O="${dir}" olddefconfig > "${dir}/logfile" 2>&1; then
|
|
if ! make O="${dir}" olddefconfig > "${dir}/logfile" 2>&1; then
|
|
return 2
|
|
return 2
|