customize-kernel-config.txt 438 B

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