Skip to content

patches/turrispackages: turris1x-support: fix compile

Josef Schlehofer requested to merge fix/turris1x-support-package into hbd

Right now, compilation fails because of this: install: cannot stat 'foo/build/build_dir/target-powerpc_8540_musl/linux-mpc85xx_p2020/linux-5.4.87/arch/powerpc/boot/turris1x.dtb'>: No such file or directory That's because .dtb file is located in dts folder.

Merge request reports