[OpenWrt-Devel] [PATCH] Fix IPv6 receiving with an IPv4 socket

2009-12-26 Thread Alina Friedrichsen
This fixes this strange bug in the 2.4 kernel. Signed-off-by: Alina Friedrichsen Index: target/linux/brcm-2.4/patches/200-fix_ipv6_receiving_with_ipv4_socket.patch === --- target/linux/brcm-2.4/patches/200-fix_ipv6_receiving_with_ip

[OpenWrt-Devel] wifi down hangs br-lan

2009-12-26 Thread Nuno Gonçalves
When I type "wifi down" sometimes the br-lan(ethernet switch) stops for around 10s. That usually only happens the first time wifi is disabled after reboot. On the IRC channel, BlackBishop told that it's stuck at "vconfig add eth0 0". Regards, -- \ Nuno Gonçalves / \ Bugs? Features! / \ nuno...@gm

Re: [OpenWrt-Devel] [OpenWrt-Commits] r18935 - in tru nk/package/mac80211: . files/host_bin

2009-12-26 Thread Michael Buesch
On Saturday 26 December 2009 16:58:51 Hauke Mehrtens wrote: > > Why do we remove pcm4? > pcm4.fw is never loaded by the b43 driver. There is no reverence to this > file in the driver source and the new fwcutter version does not extract > it any more out of the firmware for b43 driver. Why should it

Re: [OpenWrt-Devel] [OpenWrt-Commits] r18935 - in trunk/package/mac80211: . files/host_bin

2009-12-26 Thread Hauke Mehrtens
Michael Buesch wrote: > On Saturday 26 December 2009 02:06:36 openwrt-comm...@openwrt.org wrote: >> Author: hauke >> Date: 2009-12-26 02:06:36 +0100 (Sat, 26 Dec 2009) >> New Revision: 18935 >> >> Modified: >>trunk/package/mac80211/Config.in.b43 >>trunk/package/mac80211/files/host_bin/b43-f

[OpenWrt-Devel] ping on patches for pptpd and iptables

2009-12-26 Thread edgar . soldin
these patches are unanswered/pending bump pptpd to 1.3.4, minor fixes https://lists.openwrt.org/pipermail/openwrt-devel/2009-December/005409.html bump iptables to 1.4.6 https://lists.openwrt.org/pipermail/openwrt-devel/2009-December/005423.html regards ede _

Re: [OpenWrt-Devel] [OpenWrt-Commits] r18935 - in trunk/package/mac80211: . files/host_bin

2009-12-26 Thread Michael Buesch
On Saturday 26 December 2009 02:06:36 openwrt-comm...@openwrt.org wrote: > Author: hauke > Date: 2009-12-26 02:06:36 +0100 (Sat, 26 Dec 2009) > New Revision: 18935 > > Modified: >trunk/package/mac80211/Config.in.b43 >trunk/package/mac80211/files/host_bin/b43-fwsquash.py > Log: > [mac80211]

[OpenWrt-Devel] [PATCH] dnsmasq: add domain to local resolv.conf

2009-12-26 Thread Stefan Bethke
Currently, the local resolv.conf only contains name server settings, but no search domains. If specified by the dh...@dnsmasq[0].domain option, add the domain name as a search domain to the local resolv.conf. Signed-off-by: Stefan Bethke Index: package/dnsmasq/files/dnsmasq.init =