Fork of Zabbix 3.2.7 for use with OpenWRT. Includes patches to allow compiling with libmbedtls 2.1.x and some fixes for OpenWRT systems.
cd zabbix
aclocal
autoconf
autoheader
automake
./configure --host=<architecture> --enable-agent --disable-java --enable-ipv6 --with-mbedtls21=/path/to/toolchain/usr CFLAGS="Os"
make