summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-02-08 08:45:42 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2011-02-08 15:43:39 +0100
commite3d261779e68def37780a220d6df3b233b99d544 (patch)
tree48ad34d3b0012fb14ffc6ef9f8153a72beae4f38 /docs
parent7a0d6b4730815f6edeb9f024e4023bd7be378fd1 (diff)
Do not mention toolchain/uClibc/uClibc.config-locale
The uClibc configuration file toolchain/uClibc/uClibc.config-locale does not exist anymore. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs')
-rw-r--r--docs/buildroot.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html
index 8d74410d8..352962dfa 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -408,20 +408,20 @@
the one used in the Linux kernel or Buildroot, appears. Make
your configuration changes as appropriate.</li>
- <li>Copy the <code>.config</code> file to
- <code>toolchain/uClibc/uClibc.config</code> or
- <code>toolchain/uClibc/uClibc.config-locale</code>. The former
- is used if you haven't selected locale support in Buildroot
- configuration, and the latter is used if you have selected
- locale support.</li>
+ <li>Copy the <code>$(O)/toolchain/uclibc-VERSION/.config</code>
+ file to a different place
+ (like <code>toolchain/uClibc/uClibc-myconfig.config</code>,
+ or <code>board/mymanufacturer/myboard/uClibc.config</code>) and
+ adjust the uClibc configuration (configuration
+ option <code>BR2_UCLIBC_CONFIG</code>) to use this configuration
+ instead of the default one.</li>
<li>Run the compilation of Buildroot again.</li>
</ol>
<p>Otherwise, you can simply change
- <code>toolchain/uClibc/uClibc.config</code> or
- <code>toolchain/uClibc/uClibc.config-locale</code>, without running
- the configuration assistant.</p>
+ <code>toolchain/uClibc/uClibc.config</code>, without running the
+ configuration assistant.</p>
<p>If you want to use an existing config file for uclibc, then see
section <a href="#environment_variables">environment variables</a>.</p>