Replace defconfig with oldconfig
This commit is contained in:
@@ -633,13 +633,13 @@ from_source() {
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Serial make prep is more reliable
|
# Serial make prep is more reliable
|
||||||
execute make "${make_opts[@]}" "-j1" defconfig
|
execute make "${make_opts[@]}" "-j1" oldconfig
|
||||||
|
|
||||||
# Re-apply custom config options after defconfig
|
# # Re-apply custom config options after defconfig
|
||||||
for config in "${config_opts[@]}"; do
|
# for config in "${config_opts[@]}"; do
|
||||||
debug "Re-applying $config to $seed_file"
|
# debug "Re-applying $config to $seed_file"
|
||||||
echo "$config" >> "$seed_file"
|
# echo "$config" >> "$seed_file"
|
||||||
done
|
# done
|
||||||
|
|
||||||
# execute make "${make_opts[@]}" "-j1" oldconfig
|
# execute make "${make_opts[@]}" "-j1" oldconfig
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user