Hi,
I want to compile the linux-libre kernel of Trisquel with exactly the same
default configs but only changing the setting in a way to include one module
during compilation.
How Can I do this? I have read this
https://trisquel.info/en/wiki/compiling-gnu-linux-libre-kernel
What I have done so for:
I got the linux-libre kernel of the distro using the following command:
$ apt-get source linux
and then:
$ cd linux-3.13.0
and then:
$ make oldconfig
but it asks me some questions which I do not know what to answer or I do not
know what the default answers were.