diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-13 12:59:45 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-03-13 12:59:45 +0000 |
commit | 0c47ba4dd7ee27bbd6bc5fb805bf344ec2e0d9af (patch) | |
tree | dfb28d76041356d07b2773ea8fbb61d0949d7bb8 /docs/buildroot.html | |
parent | 9c5b374d8dd247c428bd0b538e02a49f17e441d8 (diff) | |
download | buildroot-novena-0c47ba4dd7ee27bbd6bc5fb805bf344ec2e0d9af.tar.gz buildroot-novena-0c47ba4dd7ee27bbd6bc5fb805bf344ec2e0d9af.zip |
- point to busybox-<version>.config
Diffstat (limited to 'docs/buildroot.html')
-rw-r--r-- | docs/buildroot.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/buildroot.html b/docs/buildroot.html index e6eb715d3..f08e2ee8f 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -249,7 +249,7 @@ $ make HOSTCXX=g++-4.3-HEAD HOSTCC=gcc-4.3-HEAD </ol> <p>Otherwise, you can simply change the - <code>package/busybox/busybox.config</code> file if you know the options + <code>package/busybox/busybox-<version>.config</code> file if you know the options you want to change without using the configuration tool.</p> <p>If you want to use an existing config file for busybox, then see section <a href="#environment_variables">environment variables</a>.</p> |