We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f3d1a2 commit 046bd27Copy full SHA for 046bd27
1 file changed
build.sh
@@ -194,6 +194,9 @@ function check_dep()
194
then
195
if [[ $@ =~ "build" ]];then
196
NEEDED_PKGS+=" u-boot-tools bc gcc libc6-dev libncurses-dev ccache libssl-dev"
197
+ if [[ "$ARCH" == "arm64" ]]; then
198
+ NEEDED_PKGS+=" device-tree-compiler"
199
+ fi
200
fi
201
if [[ $@ =~ "deb" ]];then
202
NEEDED_PKGS+=" fakeroot"
0 commit comments