summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-04-09 10:32:26 +0000
committerJohn Crispin <john@openwrt.org>2015-04-09 10:32:26 +0000
commitb757a9971a811749930eb6734f9ab2bbb8113c25 (patch)
tree2cb2c8e0705d4f66de791b88e5f383549e9a4aba /docs
parenteb099c5d6b08669af8acd9fc90d1c192b7a49b01 (diff)
downloadmaster-31e0f0ae-b757a9971a811749930eb6734f9ab2bbb8113c25.tar.gz
master-31e0f0ae-b757a9971a811749930eb6734f9ab2bbb8113c25.tar.bz2
master-31e0f0ae-b757a9971a811749930eb6734f9ab2bbb8113c25.zip
docs: Fix typo buysbox -> busybox.
Signed-off-by: Catalin Patulea <catalinp@google.com> SVN-Revision: 45330
Diffstat (limited to 'docs')
-rw-r--r--docs/working.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/working.tex b/docs/working.tex
index 3d3fc42e2d..1959ffb8ce 100644
--- a/docs/working.tex
+++ b/docs/working.tex
@@ -33,7 +33,7 @@ The exact same idea works for packages:
make package/busybox/{clean,compile,install}
\end{Verbatim}
-will clean, compile and install buysbox (if selected to be installed on the final rootfs).
+will clean, compile and install busybox (if selected to be installed on the final rootfs).
Supposing that you made changes to the Linux kernel, but do not want to recompile everything,
you can recompile only the kernel modules by issuing:
@@ -100,7 +100,7 @@ packages. If you want to use quilt in the same way, you should set the QUILT env
variable to 1, e.g:
\begin{Verbatim}
-make package/buysbox/{clean,compile} QUILT=1
+make package/busybox/{clean,compile} QUILT=1
\end{Verbatim}
Will generate the patch series file and allow you to update patches just like we described
@@ -108,5 +108,5 @@ before in the kernel case. Note that once all patches apply cleanly you should r
as well using the following command:
\begin{Verbatim}
-make package/buysbox/refresh QUILT=1
+make package/busybox/refresh QUILT=1
\end{Verbatim}