I have been trying for a couple of days to build my own image from
build.7z (653.1 KB)
rep:
git clone GitHub - BPI-SINOVOIP/BPI-R4PRO-8X-OPENWRT-V24.10.0-Master-Devel
(GitHub - BPI-SINOVOIP/BPI-R4PRO-8X-OPENWRT-V24.10.0-Master-Devel)
./scripts/feeds update -a./scripts/feeds install -a
and then make -j$(nproc) V=s | tee build.log
Unfortunately the build is always failing. See the attached log.
I can’t find out what the problem in building the image is.
The bpi repo does not follow the openwrt guide…it is a mix of openwrt,mtk feed and very dirty (no git history,binary files,cache etc.). You can look in git status if there any files added after clone and reset/remove them. Afaik there is also git clean…but check with git status if there is anything not in repo.
delete the old checked out sources, clone again and execute make. or use git clean (with some more flags) like frank-w mentioned. but if you are not familiar with all that, i would not do that