Omit oldconfig step
This commit is contained in:
@@ -635,9 +635,8 @@ from_source() {
|
||||
echo "$config" >> "$seed_file"
|
||||
done
|
||||
|
||||
# Serial make prep is more reliable
|
||||
# Expand seed into full config
|
||||
execute make "${make_opts[@]}" "-j1" defconfig
|
||||
execute bash -c "yes '' | make ${make_opts[*]} -j1 oldconfig"
|
||||
|
||||
# make_opts+=("-j$(($(nproc)-2))")
|
||||
((DEBUG)) && make_opts+=("-j1") || make_opts+=("-j$(($(nproc)-2))")
|
||||
|
||||
2
profiles
2
profiles
@@ -27,7 +27,7 @@ declare -Ag r4s=(
|
||||
CONFIG_KERNEL_BTRFS_FS_POSIX_ACL=y CONFIG_BTRFS_PROGS_ZSTD=y \
|
||||
CONFIG_TARGET_ROOTFS_PARTSIZE=512 CONFIG_TARGET_KERNEL_PARTSIZE=32"
|
||||
[files]="/mnt/backup"
|
||||
# for 24.10 branch (Linux 6.6)
|
||||
# For 24.10 branch (Linux 6.6)
|
||||
# [cherrypicks]="wurzerj:59d6e31 wurzerj:bb251b8" # fix inconsistent reboot
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user