diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-06-30 21:29:05 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-04 00:13:23 +0200 |
commit | a5e92d92e7ee413157aae7cecf1f354e718731e1 (patch) | |
tree | c033861dd9e050c885fca487d2f3305c0defaf4d /docs/manual/customize-uclibc-config.txt | |
parent | 00e9b1e4f78633d5667b187332f36972a94b9f8b (diff) | |
download | buildroot-novena-a5e92d92e7ee413157aae7cecf1f354e718731e1.tar.gz buildroot-novena-a5e92d92e7ee413157aae7cecf1f354e718731e1.zip |
uclibc: convert to the package infrastructure
[Peter: update manual to match]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/customize-uclibc-config.txt b/docs/manual/customize-uclibc-config.txt index 7fd20f706..53dea92db 100644 --- a/docs/manual/customize-uclibc-config.txt +++ b/docs/manual/customize-uclibc-config.txt @@ -19,14 +19,14 @@ 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 +* Copy the +$(O)/build/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-VERSION.config+, +Otherwise, you can simply change +package/uclibc/uClibc-VERSION.config+, without running the configuration assistant. If you want to use an existing config file for uClibc, then see |