I wanted to build Voxel's R7800 firmware myself, so I could include a couple extra utilities to help recover the flash. But it didn't build without quite a bit of work.
So I put everything I did here, on a github fork, https://github.com/xyzzy42/R7800
This should be able to build with just `git clone`, `make`. Other than annoying step of getting a qca nss wifi driver firmware blob that isn't available to download. The repo has a much better README I wrote that explains it in more detail.
It might be a bit much for someone who has never used Linux. But for a Linux user, it should be a piece of cake.
I based it on the v1.0.2.93SF release. AFAIK, that's the newest one as of now.
So I put everything I did here, on a github fork, https://github.com/xyzzy42/R7800
This should be able to build with just `git clone`, `make`. Other than annoying step of getting a qca nss wifi driver firmware blob that isn't available to download. The repo has a much better README I wrote that explains it in more detail.
It might be a bit much for someone who has never used Linux. But for a Linux user, it should be a piece of cake.
I based it on the v1.0.2.93SF release. AFAIK, that's the newest one as of now.