scripts/kernel_bump: Allow for migrating only configuration files
authorOlliver Schinagl <[email protected]>
Mon, 18 Mar 2024 12:10:31 +0000 (13:10 +0100)
committerRobert Marko <[email protected]>
Fri, 12 Apr 2024 16:20:52 +0000 (18:20 +0200)
commit9e6c4392f85f9123fda8ef8690c2a36599fe334c
tree0b27724cb2165727102eb7542622b698bde56a80
parent9f0cc3eb11074773f683ccd570991a0c74b17d72
scripts/kernel_bump: Allow for migrating only configuration files

In some cases, we want to only migrate configuration files, e.g. if the
kernel was bumped already. Lets add a flag for this case to offer
flexibility. By default we will migrate configuration flags as before.

Signed-off-by: Olliver Schinagl <[email protected]>
scripts/kernel_bump.sh