tce-load -wi compiletc squashfs-tools autoconf libtool automake texinfo wget coreutils zsync libpcap libpcap-dev iptables
./autogen.sh
export CFLAGS="-Os -pipe -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
export CXXFLAGS="-Os -pipe -march=armv6zk -mtune=arm1176jzf-s -mfpu=vfp"
export LDFLAGS="-Wl,-O1"
./configure --with-iptables=/usr/local/sbin/iptables --prefix=/usr/local
make
make DESTDIR=/tmp/fwknop install
