Does this method also create the modules? -Herb
On Tue, 2024-01-09 at 13:17 +0100, Michel Verdier wrote: > On 2024-01-08, Herb Garcia wrote: > > > I was able to compile Linux kernel 6.1.X. > > > > When I tried compiling kernel 6.5.x and ran into issues. > > > > I download the required dependencies as required per > > https://www.kernel.org/doc/html/v6.7/process/changes.html#changes > > To compile 6.5 I do > > apt build-dep linux > apt install build-essential libncurses-dev > (last for running menuconfig with ncurses) > make menuconfig > make bindeb-pkg >