diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-11-27 11:59:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-27 17:07:39 -0800 |
commit | 1d989fafba761d29b3b2960bf388821d3ac0f6e7 (patch) | |
tree | 327a01d004a27767da9977393bbafba78ee57048 /docs/manual/customize-uclibc-config.txt | |
parent | 670d60dc919fe6d99224ad1056c426812b38d108 (diff) | |
download | buildroot-novena-1d989fafba761d29b3b2960bf388821d3ac0f6e7.tar.gz buildroot-novena-1d989fafba761d29b3b2960bf388821d3ac0f6e7.zip |
manual: trivial fixes
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'docs/manual/customize-uclibc-config.txt')
-rw-r--r-- | docs/manual/customize-uclibc-config.txt | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/manual/customize-uclibc-config.txt b/docs/manual/customize-uclibc-config.txt index d340c9aba..38a1575a5 100644 --- a/docs/manual/customize-uclibc-config.txt +++ b/docs/manual/customize-uclibc-config.txt @@ -18,17 +18,16 @@ follow these steps: similar to the one used in the Linux kernel or Buildroot, appears. Make your configuration changes as appropriate. -* 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 +* Copy the +$(O)/toolchain/uClibc-VERSION/.config+ file to a different + place (e.g. +board/MANUFACTURER/BOARDNAME/uClibc.config+) and adjust + the uClibc configuration file option +BR2_UCLIBC_CONFIG+ to refer to this configuration instead of the default one. * Run the compilation of Buildroot again. -Otherwise, you can simply change +toolchain/uClibc/uClibc.config+, +Otherwise, you can simply change +toolchain/uClibc/uClibc-VERSION.config+, without running the configuration assistant. -If you want to use an existing config file for uclibc, then see +If you want to use an existing config file for uClibc, then see xref:env-vars[]. |