customize-kernel-config.txt 479 B

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