From 18929109a2b10e4a6989155d4083ff7a610af31c Mon Sep 17 00:00:00 2001 From: bryan Date: Sat, 18 Oct 2025 21:17:35 -0400 Subject: [PATCH] Omit oldconfig step --- openwrtbuilder | 3 +-- profiles | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/openwrtbuilder b/openwrtbuilder index 7bc62aa..c48eb3e 100755 --- a/openwrtbuilder +++ b/openwrtbuilder @@ -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))") diff --git a/profiles b/profiles index 8c857b2..01a6b44 100644 --- a/profiles +++ b/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 )