Thecus NAS module available

Hi,
I’m OutkastM and i develop some modules for Thecus NAS, including UrBackup. Could you please add the link in your download page ?
http://forum.thecus.com/viewtopic.php?f=36&t=10256

Done. Thanks!

Big endian probably does not work, though, because nobody tests that.

Thanks for adding !
A user just reported it works on Big endian APM86491RDK 1GHz SoC

HI,
I.m trying to cross compile for x86. Version 2.0.38 build OK but as from version 2.1.17 i got this error on make:
AcceptThread.cpp: In member function ‘void CAcceptThread::operator()(bool)’:
AcceptThread.cpp:187:15: error: ‘accept4’ was not declared in this scope
make[2]: *** [urbackupsrv-AcceptThread.o] Error 1
make[1]: *** [all-recursive] Error 1

Also when i direct compile version 2.1.19 for x86_64 the binary urbackupsrv is deleted when make install finished. From the log i see that this which delete the urbackupsrv binary is runned after the new binary is copied and not after
root@debian:/develop/src/urbackup-server-2.1.17# make install
Making install in .
make[1]: Entering directory /develop/src/urbackup-server-2.1.17' make[2]: Entering directory /develop/src/urbackup-server-2.1.17’
/bin/mkdir -p ‘/raid/data/module/UrBackup/sys/bin’
/usr/bin/install -c urbackupsrv urbackup_snapshot_helper urbackup_mount_helper ‘/raid/data/module/UrBackup/sys/bin’
mkdir -p “/raid/data/module/UrBackup/sys/var/urbackup”
! test -e /raid/data/module/UrBackup/sys/bin/urbackupsrv || rm /raid/data/module/UrBackup/sys/bin/urbackupsrv