2013-02-13 13:59:02 +01:00
|
|
|
// -*- mode:doc; -*-
|
|
|
|
// vim: set syntax=asciidoc:
|
2012-11-11 04:14:42 +01:00
|
|
|
|
|
|
|
[[kernel-custom]]
|
2011-10-10 10:46:39 +02:00
|
|
|
Customizing the Linux kernel configuration
|
2012-11-11 04:14:42 +01:00
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
2011-10-10 10:46:39 +02:00
|
|
|
|
|
|
|
The Linux kernel configuration can be customized just like
|
|
|
|
xref:busybox-custom[BusyBox] and xref:uclibc-custom[uClibc] using
|
|
|
|
+make linux-menuconfig+. Make sure you have enabled the kernel build
|
|
|
|
in +make menuconfig+ first. Once done, run +make+ to (re)build
|
|
|
|
everything.
|
|
|
|
|
|
|
|
If you want to use an existing config file for Linux, then see
|
|
|
|
xref:env-vars[].
|
|
|
|
|