From 796e2b6cccfe39e0a049871c3daff073cde00174 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sun, 22 Nov 2009 21:51:46 +0100 Subject: docs/buildroot.html: document linux26-menuconfig / LINUX26_KCONFIG This wasn't menitioned in the documentation as noticed by Grant Edwards . Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/buildroot.html b/docs/buildroot.html index d56b66303..a04348b6e 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -29,6 +29,8 @@ configuration
  • Customizing the uClibc configuration
  • +
  • Customizing the Linux kernel + configuration
  • Understanding how to rebuild packages
  • How Buildroot works
  • Using the uClibc toolchain @@ -269,6 +271,8 @@ internal toolchain is selected
  • BUSYBOX_CONFIG_FILE=<path/to/.config>, path to the Busybox configuration file
  • +
  • LINUX26_KCONFIG=<path/to/.config>, path + to the Linux kernel configuration file
  • BUILDROOT_COPYTO, an additional location at which the binary images of the root filesystem, kernel, etc. built by Buildroot are copied
  • @@ -414,6 +418,18 @@ $ export BUILDROOT_COPYTO=/tftpboot

    If you want to use an existing config file for uclibc, then see section environment variables.

    +

    Customizing + the Linux kernel configuration

    + +

    The Linux kernel configuration can be customized just like BusyBox and uClibc + using make linux26-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 + section environment variables.

    +

    Understanding how to rebuild packages

    -- cgit v1.2.3