I am trying to run the linux standalone ARM build on my Zyxel NAS, but I get the following error
FATAL: kernel too old
The system runs the following:
uname -a
Linux nas 2.6.31.8 #2 Thu Dec 19 14:31:05 CST 2013 armv5tel GNU/Linux
Help would be much appreciated.
The git-annex arm build is built using the libc from Debian stable, which needs a newer version of the Linux kerenl than is on your device.
It would be possible to build git-annex against an older libc, but not easily, which is why I don't.