diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-12-19 08:12:33 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-20 15:55:54 +0100 |
commit | 3b1df656097b497844b02fdc58711b1a6b35ca8c (patch) | |
tree | 2b4c2a4be9f9e4753a30e19cc83bda575cf8340a /docs/manual/customize-configuration.txt | |
parent | c83604316aabbfdde3a5ca215d141cb399a67b56 (diff) | |
download | buildroot-3b1df656097b497844b02fdc58711b1a6b35ca8c.tar.gz buildroot-3b1df656097b497844b02fdc58711b1a6b35ca8c.zip |
manual: remove the extra whitespaces
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/manual/customize-configuration.txt')
-rw-r--r-- | docs/manual/customize-configuration.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/customize-configuration.txt b/docs/manual/customize-configuration.txt index 57233028ed..6224d4080a 100644 --- a/docs/manual/customize-configuration.txt +++ b/docs/manual/customize-configuration.txt @@ -37,7 +37,7 @@ store these configuration files is +board/<company>/<boardname>/foo.config+. Make sure that you create a configuration file 'before' changing -the +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE+ etc. options. Otherwise, +the +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE+ etc. options. Otherwise, Buildroot will try to access this config file, which doesn't exist yet, and will fail. You can create the configuration file by running +make linux-menuconfig+ etc. @@ -46,9 +46,9 @@ Buildroot provides a few helper targets to make the saving of configuration files easier. * +make linux-update-defconfig+ saves the linux configuration to the - path specified by +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE+. It - simplifies the config file by removing default values. However, - this only works with kernels starting from 2.6.33. For earlier + path specified by +BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE+. It + simplifies the config file by removing default values. However, + this only works with kernels starting from 2.6.33. For earlier kernels, use +make linux-update-config+. * +make busybox-update-config+ saves the busybox configuration to the path specified by +BR2_PACKAGE_BUSYBOX_CONFIG+. |