SliTaz SliTaz Forum

You are not logged in.

#1 2013-07-13 19:40:23

clov3r
Member
Registered: 2013-04-10
Posts: 8

Makefiles for recent Linux Kernels?

I'm working through the scratchbook (slowly). The example refers to slitaz-tools 1.1, which contains makefiles for linux 2.6,  whereas the latest version is slitaztools 5.1 without makefiles. I'm hoping to use linux 3.9. Do we have these files in the repo, or should i just move forward with [c]make menuconfig[/c], ignoring [c]make mrproper[/c].

If anyone with more knowledge of the process could elaborate, that'd be great! wink

Offline

#2 2013-07-13 21:52:37

clov3r
Member
Registered: 2013-04-10
Posts: 8

Re: Makefiles for recent Linux Kernels?

Nevermind, I learned a little more, and copied my existing .config file. For those who come after, you can extract your current config file by running:

[c]cat /proc/config.gz | gunzip > .config[/c]

Then if you are also following the scratchbook guide:

[c]cp .config distro/src/linux-x.x.x[/c]

[c]cd distro/src/linux-x.x.x[/c]

[c]make silentoldconfig[/c] (or [c]make oldconfig[/c])

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]