Forgot to update the general build script to include the ToyBox stuff.

This commit is contained in:
Ivan Davidov 2015-09-13 16:23:52 +03:00
parent c05e0580cf
commit 8302c2a12d

View File

@ -3,8 +3,8 @@
sh 0_prepare.sh
sh 1_get_kernel.sh
sh 2_build_kernel.sh
sh 3_get_busybox.sh
sh 4_build_busybox.sh
sh 3_get_toybox.sh
sh 4_build_toybox.sh
sh 5_generate_rootfs.sh
sh 6_pack_rootfs.sh
sh 7_generate_iso.sh