Re: [PATCH] scripts: create kernel configuration upgrade script

2024-03-26 Thread Gio
Sorry to hijack into this thread but about having a more friendly way to configure the kernel consistently across versions I wrote this little utility which I sue to configure both Linux Kernel and OpenWrt programmatically in a way which make it very very easy to upgrade versions

Re: [PATCH] scripts: create kernel configuration upgrade script

2024-03-24 Thread Elliott Mitchell
On Sat, Mar 23, 2024 at 07:56:01PM +0100, Stijn Segers wrote: > > Op zondag 3 maart 2024 om 15:24:50 -08:00:00 schreef Elliott Mitchell > : > > Date: Tue, 6 Feb 2024 17:16:41 -0800 > > > > Create a script for automating kernel version changes. This > > generates a pair of commits which cause

Re: [PATCH] scripts: create kernel configuration upgrade script

2024-03-24 Thread Stijn Segers
Hi Elliott, Op zondag 3 maart 2024 om 15:24:50 -08:00:00 schreef Elliott Mitchell : Date: Tue, 6 Feb 2024 17:16:41 -0800 Create a script for automating kernel version changes. This generates a pair of commits which cause history to remain attached to all versioned configuration files.

[PATCH] scripts: create kernel configuration upgrade script

2024-03-03 Thread Elliott Mitchell
Date: Tue, 6 Feb 2024 17:16:41 -0800 Create a script for automating kernel version changes. This generates a pair of commits which cause history to remain attached to all versioned configuration files. Crucially this makes `git blame` work without needing --find-copies-harder, which is too slow