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:
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
as well using the following command:
\begin{Verbatim}
-make package/buysbox/refresh QUILT=1
+make package/busybox/refresh QUILT=1
\end{Verbatim}