summaryrefslogtreecommitdiffstats
path: root/docs/manual/customize-kernel-config.txt
blob: 107227040b9b7ebbc0505bbfd5afcc788ea540e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- mode:doc -*- ;

[[kernel-custom]]
Customizing the Linux kernel configuration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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[].