[OpenWrt-Devel] [PATCH] Add local TTL option to dnsmasq

2010-10-23 Thread Andrew Byrne
>From http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq-man.html: -T, --local-ttl= When replying with information from /etc/hosts or the DHCP leases file dnsmasq by default sets the time-to-live field to zero, meaning that the requestor should not itself cache the information. This is the corr

[OpenWrt-Devel] [PATCH] openssh package upgrade

2010-10-23 Thread Luka Perkov
Update the openssh Makefile to new the release (5.6p1). Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > --- Index: net/openssh/Makefile === --- net/openssh/Makefile(revision 23599) +++ net/openssh/Makefile

[OpenWrt-Devel] [PATCH] lm-sensors package upgrade

2010-10-23 Thread Luka Perkov
Update the lm-Sensors Makefile to new the release (3.2.0). Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > --- Index: utils/lm-sensors/Makefile === --- utils/lm-sensors/Makefile (revision 23597) +++ utils/lm-sensors

Re: [OpenWrt-Devel] [Patch] Package libevent, Makefile fix

2010-10-23 Thread Lars-Peter Clausen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Florian Fainelli wrote: > Le Saturday 23 October 2010 20:34:06, Nicolas Leonard a écrit : >> Hello, >> >> I have modified the Makefile of the libevent package, as it produced a >> weird error when I try to compile my project using it. >> >> With the li

[OpenWrt-Devel] [Patch] Package libevent, Makefile fix

2010-10-23 Thread Nicolas Leonard
Hello, I have modified the Makefile of the libevent package, as it produced a weird error when I try to compile my project using it. With the line "Hooks/InstallDev/Post += libtool_fixup_libdir", I've got a strange "/usr/lib/libevent.so" added to my link command line, which produces an error. Wi

Re: [OpenWrt-Devel] [PATCH] Update the avahi package from 0.6.25 to 0.6.28

2010-10-23 Thread Joseph Roback
Thanks Mike. Both of your patches worked well for me. Run .27 since you mailing, running .28 right now. Joe On Oct 22, 2010, at 6:31 AM, Mike Brady wrote: > This updates the avahi package from 0.6.25 to 0.6.28, which, according > to the avahi developers, incorporates bugfixes and fixes minor se

Re: [OpenWrt-Devel] [rt2x00-users] rt61pci performance

2010-10-23 Thread Helmut Schaa
Am Freitag 22 Oktober 2010 schrieb Ivo Van Doorn: > > Am Donnerstag 21 Oktober 2010 schrieb Scott Nicholas: > >> On Thu, Oct 21, 2010 at 12:25 PM, Helmut Schaa > >> wrote: > >> > I fully agree. The same also applies to rt2800pci SoCs (rt305x) which are > >> > working quite good already (in terms o

Re: [OpenWrt-Devel] Arno's iptables firewall

2010-10-23 Thread linux_pro
i'am interested. :-) thanks. 2010/10/23 Philip Prindeville > Anyone interested in using Arno's iptables firewall? I've used it on other > distros because the plugins are modular and easy to add... > > > ___ > openwrt-devel mailing list > openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Set auth_algs in hostapd.conf, make it configurable for WEP

2010-10-23 Thread Jo-Philipp Wich
Hi, personally I'd more lean towards something like: option encryption wep+shared or option encryption wep+open or option encryption wep-mixed which would be equivalent to "wep" This would be in line with the proto+algo format for wpa. I also did something similar for broadcom-wl a w