Skip to content
Snippets Groups Projects
Commit cc12b430 authored by blogic's avatar blogic
Browse files

docs: Fix typo buysbox -> busybox.


Signed-off-by: default avatarCatalin Patulea <catalinp@google.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45330 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 737de8b6
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ The exact same idea works for packages: ...@@ -33,7 +33,7 @@ The exact same idea works for packages:
make package/busybox/{clean,compile,install} make package/busybox/{clean,compile,install}
\end{Verbatim} \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, 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: 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 ...@@ -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: variable to 1, e.g:
\begin{Verbatim} \begin{Verbatim}
make package/buysbox/{clean,compile} QUILT=1 make package/busybox/{clean,compile} QUILT=1
\end{Verbatim} \end{Verbatim}
Will generate the patch series file and allow you to update patches just like we described 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 ...@@ -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: as well using the following command:
\begin{Verbatim} \begin{Verbatim}
make package/buysbox/refresh QUILT=1 make package/busybox/refresh QUILT=1
\end{Verbatim} \end{Verbatim}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment