Author: blogic Date: 2015-04-09 12:32:26 +0200 (Thu, 09 Apr 2015) New Revision: 45330
Modified: trunk/docs/working.tex Log: docs: Fix typo buysbox -> busybox. Signed-off-by: Catalin Patulea <[email protected]> Modified: trunk/docs/working.tex =================================================================== --- trunk/docs/working.tex 2015-04-09 10:32:18 UTC (rev 45329) +++ trunk/docs/working.tex 2015-04-09 10:32:26 UTC (rev 45330) @@ -33,7 +33,7 @@ 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 @@ 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 @@ as well using the following command: \begin{Verbatim} -make package/buysbox/refresh QUILT=1 +make package/busybox/refresh QUILT=1 \end{Verbatim} _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
