Found some time to give a brief description to install on FFP on zyxel NSA-xxx series with FFP.
## get uwsitelouder and update it...
chmod a+x /ffp/bin/uwsiteloader.sh
/ffp/bin/uwsiteloader.sh
## use slacker to install packages. (learn to use it, very handy! it's the ipkg of funplug...)
## building essentials and stuff
slacker -ui s:autoconf s:automake s:binutils s:bison s:flex br2:intltool s:gcc s:gmp s:linux-headers s:make-3.81 s:mpfr s:pkg-config s:uClibc
packages:
slacker -a libusb ##select one... i use my own compile for specific needs (oscam)
slacker -a freetype ##select 'br' one
slacker -Uui br2:python
#build dependencies
slacker -ui s:bzip2 s:zlib br2:expat-2.1.0 s:gcc-solibs uli:gdbm-1.10 br2:gettext-0.18.3 br2:libiconv-1.14 br2:libffi-3.0.13 br2:ncurses-5.9 s:openssl br2:readline-6.2 mz:sqlite-3.7.10 s:uClibc-solibs
#from now, you can use "pip install xxx"
pip install --pre pyusb
pip install pil
pip install cheetah
pip install configobj
pip install daemon
pip install db-sqlite3
pip install MySQL-python
pip install pyephem
pip install pysqlite
pip install pyusb
pip install setuptools
pip install QLite3Database
pip install syslogging
pip install wsgiref
#That should be the 'pre-config'.
download weewx, latest version, and follow the other threads to config/install. quit easy from here!
regards,