I would like to update my DNS-320L with the latest version of the code. I think the alt-f project is brilliant, and I've been using it for a long time. I really like it and would really like to keep using it.
I tried to compile the trunk several times, with opensuse 13.2 and 15.6
I tried to fix some more obvious errors like wrong URLs, or even some incompatibility with the host machine.
But, I confess that what was supposed to be fun ended up becoming annoying.
Do you think the maintainer or someone from the group would have a build of dns325, so I can try to use it on my NAS?
Steps I used:
svn checkout https://svn.code.sf.net/p/alt-f/code/trunk alt-f
cd ~/alt-f/alt-f/
. exports dns325 build-dns325
run ./mktc.sh fails, then changed m4 version:
vi build-dns325/br-2019.02.8/package/m4/m4.mk
vi build-dns325/br-2019.02.8/package/m4/m4.hash
#Reference: #https://github.com/buildroot/buildroot/blob/master/package/m4/m4.mk
then ./mktc.sh finishes fine.
the trouble is to run make:
make >> build-dns325.log 2>&1 && echo OK || echo FAIL