diff --git a/docs/buildroot.html b/docs/buildroot.html index d56b663033..a04348b6e1 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -29,6 +29,8 @@ configuration
BUSYBOX_CONFIG_FILE=<path/to/.config>
, path
to the Busybox configuration fileLINUX26_KCONFIG=<path/to/.config>
, path
+ to the Linux kernel configuration fileBUILDROOT_COPYTO
, an additional location at which
the binary images of the root filesystem, kernel, etc. built by
Buildroot are copiedIf you want to use an existing config file for uclibc, then see section environment variables.
+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.
+