On 05/04/2021 15:06, Matt Connell (Gmail) wrote:
On Mon, 2021-04-05 at 13:27 +0200, Dr Rainer Woitok wrote:
"make olddefconfig" rather than "make oldconfig"
For the uninitiated, the difference here is that olddefconfig will
accept the default configuration value for any new/changed options,
whereas oldconfig will prompt the user for input.
The former is great if you just don't care and want to accept the
default, but it isn't right for every user.
fwiw, I think I've always just copied the old .config across, then done
"make menuconfig". I think that also just accepts defaults for anything new.
Cheers,
Wol