Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-13 Thread Gioacchino Mazzurco
Yes configuration could look like this. > config mini_snmpd >option enabled 1 >option ipv6 0 >option community public >option location 'Via Gallia' >option contact 'ziopr...@gmail.com' >option interfaces 'lan wan' But with the patch I have added als

[OpenWrt-Devel] Polarisation and External Antenna on Nanostation with ath5k/ath9k

2011-11-13 Thread Hanno Schupp
Previosly on madwifi using a special uci config parameter the polarisarion on Nanostation and Nano Loco plus polarisation on Loco could be set easily (refer to lines 138 to 196 in https://dev.openwrt.org/browser/trunk/package/madwifi/files/lib/wifi/madwifi.sh ) Trunk selects ath5k for atheros and

Re: [OpenWrt-Devel] olsrd package 200-txtinfo_gateways_formatting.patch

2011-11-13 Thread ZioPRoTo (Saverio Proto)
> can you check if you can add that patch? It includes improvements for > 6and4 operation and also for syetup of smartgw. I'm running olsrd 0.6.1 > with this patch for about half a year now and it works as expected here. > It should apply clean to the init file because nothing was changed there > a

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-13 Thread ZioPRoTo (Saverio Proto)
> config mini_snmpd >        option enabled 1 >        option ipv6 0 >        option community public >        option location 'Via Gallia' >        option contact 'ziopr...@gmail.com' >        option interfaces 'lan' >        option interfaces 'wan' I found my self to add more than one interface

Re: [OpenWrt-Devel] mini_snmpd uci network interfaces support

2011-11-13 Thread ZioPRoTo (Saverio Proto)
I'm trying the patch Gioacchino, so now config should look something like this ? config mini_snmpd option enabled 1 option ipv6 0 option community public option location 'Via Gallia' option contact 'ziopr...@gmail.com' option interfaces 'lan'