customize-kernel-config.txt 507 B

12345678910111213141516
  1. // -*- mode:doc; -*-
  2. // vim: set syntax=asciidoc:
  3. [[kernel-custom]]
  4. Customizing the Linux kernel configuration
  5. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. The Linux kernel configuration can be customized just like
  7. xref:busybox-custom[BusyBox] and xref:uclibc-custom[uClibc] using
  8. +make linux-menuconfig+. Make sure you have enabled the kernel build
  9. in +make menuconfig+ first. Once done, run +make+ to (re)build
  10. everything.
  11. If you want to use an existing config file for Linux, then see
  12. xref:env-vars[].