summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-21 22:22:49 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-03-21 22:22:49 +0000
commita52a84461af3e628531f624e558b6fb0d57e0f9a (patch)
tree8873dccbe3efd8a8a40a64a695c94eb3c35338cf /docs
parent39b22d0136634f2e0e085fcef4f99432d7e0914c (diff)
some minor fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@414 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r--docs/buildroot-documentation.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/buildroot-documentation.html b/docs/buildroot-documentation.html
index 5a8bb7afe..91becd885 100644
--- a/docs/buildroot-documentation.html
+++ b/docs/buildroot-documentation.html
@@ -231,11 +231,11 @@
<li><b>target</b> (in the <code>target</code> directory) contains the
Makefiles and associated files for software related to the generation of
- the target root filesystem image. Four types of filesystems are supported
+ the target root filesystem image. Two types of filesystems are supported
: jffs2 and squashfs.
</ul>
- <p>Each directory contains at least 3 files :</p>
+ <p>Each directory contains at least 2 files :</p>
<ul>
<li><code>Makefile</code> is the Makefile that downloads, configures,
@@ -294,7 +294,7 @@
<p>The toolchain generated by the Buildroot by default is located in
<code>build_ARCH/staging_dir/</code>. The simplest way to use it
is to add <code>build_ARCH/staging_dir/bin/</code> to your PATH
- environnement variable, and then to use
+ environment variable, and then to use
<code>arch-linux-gcc</code>, <code>arch-linux-objdump</code>,
<code>arch-linux-ld</code>, etc.</p>
@@ -304,13 +304,13 @@
<code>~/buildroot/</code>) :</p>
<pre>
-export PATH=$PATH:~/buildroot/build_mips/bin/
+export PATH=$PATH:~/buildroot/build_mipsel/staging_dir/bin/
</pre>
<p>Then you can simply do :</p>
<pre>
-mips-linux-gcc -o foo foo.c
+mipsel-linux-uclibc-gcc -o foo foo.c
</pre>
<p><b>Important</b> : do not try to move the toolchain to an other
@@ -510,7 +510,7 @@ foo-compile: bar-compile
of <code>BUILD_DIR</code> which is created upon decompression of
the tarball.</li>
- <li><code>PKG_IPK</code> : The resulting <i>ipkg</i> pacakge
+ <li><code>PKG_IPK</code> : The resulting <i>ipkg</i> package
</ul>