FFP 0.7 NSA310 packages (compiled by Adrian P.)

Read also my blog and learn to compile by yourself.
All packages here (when you're in trouble don't miss the details/readme below the packages list)

root@nsa310:~# uname -a
Linux nsa310 2.6.31.8 #2 Fri Aug 2 11:21:44 CST 2013 armv5tel GNU/Linux
I'm successfully using (or used) all these packages with my Zyxel NSA310.

You install any package with this command: funpkg -i packagename-version-arm-n.txz
You search/list for packages containing word packagename with this command: funpkg -q packagename
You uninstall any package with this command: funpkg -r packagename-version-arm-n

openssl-0.9.8y-arm-0.txz -> installs to /ffp/opt/openssl-0.9.8y/
apache-2.2.9-arm-1.txz -> installs to /ffp/opt/apache-2.2.9/; you might find it useful for the modules (e.g. dav_svn, proxy_ajp, pagespeed) not found in the firmware-apache
Example usage of proxy_ajp_module, mod_dav, mod_dav_svn and mod_authz_svn; declare this in /etc/service_conf/httpd.conf:
...
LoadModule proxy_module /usr/local/apache/modules/mod_proxy.so -> already existing line in httpd.conf
LoadModule proxy_http_module /usr/local/apache/modules/mod_proxy_http.so -> already existing line in httpd.conf

LoadFile /usr/local/zy-pkgs/ffproot/ffp/lib/ld-uClibc.so.0
LoadFile /usr/local/zy-pkgs/ffproot/ffp/lib/libc.so.0
LoadModule proxy_ajp_module /ffp/opt/apache-2.2.9/modules/mod_proxy_ajp.so

LoadModule dav_module /ffp/opt/apache-2.2.9/modules/mod_dav.so
LoadFile /usr/local/zy-pkgs/ffproot/ffp/lib/libapr-1.so.0
LoadModule dav_svn_module /ffp/opt/svn185/libexec/mod_dav_svn.so
LoadModule authz_svn_module /ffp/opt/svn185/libexec/mod_authz_svn.so

Include /etc/service_conf/httpd_zld.conf -> already existing line in httpd.conf
Include /etc/service_conf/httpd_special.conf -> already existing line in httpd.conf
...
# Make sure the above paths are correct/exist otherwise your firmware httpd won't start.

Learn how to configure Apache in order to proxy Plex