From e3d261779e68def37780a220d6df3b233b99d544 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 8 Feb 2011 08:45:42 +0100 Subject: 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 Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'docs') 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. -
  • Copy the .config file to - toolchain/uClibc/uClibc.config or - toolchain/uClibc/uClibc.config-locale. 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.
  • +
  • Copy the $(O)/toolchain/uclibc-VERSION/.config + file to a different place + (like toolchain/uClibc/uClibc-myconfig.config, + or board/mymanufacturer/myboard/uClibc.config) and + adjust the uClibc configuration (configuration + option BR2_UCLIBC_CONFIG) to use this configuration + instead of the default one.
  • Run the compilation of Buildroot again.
  • Otherwise, you can simply change - toolchain/uClibc/uClibc.config or - toolchain/uClibc/uClibc.config-locale, without running - the configuration assistant.

    + toolchain/uClibc/uClibc.config, without running the + configuration assistant.

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

    -- cgit v1.2.3