Re: Getting Debian Kernel Config for 5.4 LTS Kernel

2020-10-05 Thread Greg Wooledge
On Sun, Oct 04, 2020 at 02:33:43AM +0200, Janis Hamme wrote: > Am 04.10.20 um 00:35 schrieb deloptes: > > cp /boot/config-..xxx .config > > make .oldconfig > > make -j`nproc` bindeb-pkg > > The oldconfig hassle is something that I'd rather like to avoid, there are a > lot changes between

Re: Getting Debian Kernel Config for 5.4 LTS Kernel

2020-10-03 Thread David
On Sun, 4 Oct 2020 at 11:34, Janis Hamme wrote: > I think I found a proper way to do it. It turns out the buster-backports repo > actually has the Debian sources for all kernel versions that were released > in the past. Maybe the steps are useful for others as well: Hi, thank you very much for s

Re: Getting Debian Kernel Config for 5.4 LTS Kernel

2020-10-03 Thread Janis Hamme
Am 04.10.20 um 00:35 schrieb deloptes: > cp /boot/config-..xxx .config > make .oldconfig > make -j`nproc` bindeb-pkg > > as mentioned in https://wiki.debian.org/BuildADebianKernelPackage > > After make .oldconfig you will be asked questions about new stuff. The oldconfig hassle is somethin

Re: Getting Debian Kernel Config for 5.4 LTS Kernel

2020-10-03 Thread deloptes
Janis Hamme wrote: > I'd like to build the vanilla 5.4.69 LTS Kernel for one of my Debian > machines (Buster). > > The easiest way seems to build the Kernel with the built in "make > deb-pkg" target. Since I do not really want to go through all the config > changes, > my plan was to get a 5.4 con

Getting Debian Kernel Config for 5.4 LTS Kernel

2020-10-03 Thread Janis Hamme
Hi, I'd like to build the vanilla 5.4.69 LTS Kernel for one of my Debian machines (Buster). The easiest way seems to build the Kernel with the built in "make deb-pkg" target. Since I do not really want to go through all the config changes, my plan was to get a 5.4 config for amd64 from https://sa