On Sat 16 Dec 2017 03:37, Chris Marusich <cmmarus...@gmail.com> writes:
> Is anyone building custom kernels? How are you doing it? Are you just > using the "make-linux-libre" procedure anyway, despite the fact that it > supposedly isn't public? Did you copy it and just modify it to suit > your needs? Or did you do something totally different? To build upstream kernels I just do a (package (inherit linux-libre) ...) and include a customized (source) pointing to the upstream kernel. I don't change the config though. For what it's worth :) Andy