Please enhance the build.sh script to do everything needed to get from a clone to a finished image. Currently, an extra call to make update is necessary, even though the site directory is already complete.
Motivation: Once the build script is self-sufficient, any build system (such as gluon-docker) can rely on just calling the build script and does not need adaption to specific firmware versions.
Please enhance the
build.sh
script to do everything needed to get from a clone to a finished image. Currently, an extra call tomake update
is necessary, even though thesite
directory is already complete.Motivation: Once the build script is self-sufficient, any build system (such as gluon-docker) can rely on just calling the build script and does not need adaption to specific firmware versions.