Re: [OpenWrt-Devel] Zabbix update

2012-04-05 Thread Gioacchino Mazzurco
Thanks Florian! Now I am stuck with another problem! It seems it is missing libiconv but i have already added it as depends but it seems that it is a known bug of the configure script to go crazy with iconv quite often, and searching on google i have found that someone had things fixed changing t

Re: [OpenWrt-Devel] Zabbix update

2012-04-05 Thread Florian Fainelli
Hi, Le 04/05/12 11:07, Gioacchino Mazzurco a écrit : Hi all! Is there a way to check in the makefile of the package if ipv6 is enabled in global openwrt config? Yes, you can use the following GNU Make snippet: $(if $(CONFIG_IPV6),--enable-ipv6,--disable-ipv6) Because the new zabbix has an

Re: [OpenWrt-Devel] Zabbix update

2012-04-05 Thread Gioacchino Mazzurco
Hi all! Is there a way to check in the makefile of the package if ipv6 is enabled in global openwrt config? Because the new zabbix has an option --enable-ipv6, so i think I'll need to add kmod-ipv6 to depends if i put that option by default ( it is what i need but i think that it is better if it

[OpenWrt-Devel] Zabbix update

2012-04-04 Thread Gioacchino Mazzurco
Hi all! Actual version of zabbix on openwrt is 1.6 the problem with that is that doesn't work on ipv6 :| I was trying to update to newer version by my self but the configure file seems quite different so it is not so simply to port the patch from 1.6 to 1.8.11, someone is interested in helping me