diff --git a/docs/buildroot.html b/docs/buildroot.html index 8d74410d80..352962dfa0 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. -
.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.$(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.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.