Re: [OpenWrt-Devel] scanning kernel packages for targets

2012-04-22 Thread John Crispin
On 22/04/12 06:45, kalyan wrote: Hi, The following change works for me without any problems. Could the following change be merged in trunk? Do you see any side-effects? Regards Kalyan Hi Kaylan, that is infact an annoying habit of openwrt. I will get this patch merged today John On

[OpenWrt-Devel] [PATCH] ramips: rt305x: add add support for the Asus WL-330N3G board

2012-04-22 Thread Frédéric Leroy
This patch adds support for the ASUS WL-330N3G Comparing to the WL-330N, It have 32MB ram, usb support and a bicolor led. The bi-color led is driven by 2 gpio. I don't know how to handle this, so I simply made 2 leds : one red, one blue. But the red light takes precedence over the blue one

[OpenWrt-Devel] [PATCH] avahi version bump to 0.6.31, Makefile improvements

2012-04-22 Thread Mike Brady
This patch updates avahi to latest version -- 0.6.31. From the avahi release notes: This is a bugfix release and mostly makes things work with current autoconf again. It allows us to remove the OpenWrt-specific automake patch. This patch also ensures that when you change from omitting D-Bus

[OpenWrt-Devel] [PATCH] avahi version bump to 0.6.31, Makefile improvements, take 2!

2012-04-22 Thread Mike Brady
This patch updates avahi to latest version -- 0.6.31. From the release notes: This is a bugfix release and mostly makes things work with current autoconf again. It allows us to remove the OpenWrt-specific automake patch. This patch also ensures that when you change from omitting D-Bus support

[OpenWrt-Devel] [PATCH 1/2] __packed can leak from the kernel headers into iptables so define

2012-04-22 Thread Dave Täht
With the upcoming ag71xx patch the __packed attribute can leak into the rest of the build, and iptables does not have it defined. This defines it. --- package/iptables/patches/900-packed.patch | 28 1 files changed, 28 insertions(+), 0 deletions(-) create mode

Re: [OpenWrt-Devel] [PATCH 2/2] Comprehensive ipv4 and ipv6 unaligned access patch for ar71xx

2012-04-22 Thread Dave Taht
On Sun, Apr 22, 2012 at 2:48 PM, Dave Täht dave.t...@bufferbloat.net wrote: This updates the existing unaligned_access_hacks patch to reduce unalignment traps to nearly zero for ipv4 and ipv6, in the normal path, in encapsulation, for native apps, and in the qdiscs. While I have tested these

Re: [OpenWrt-Devel] [PATCH 2/2] Comprehensive ipv4 and ipv6 unaligned access patch for ar71xx

2012-04-22 Thread David Woodhouse
On Mon, 2012-04-23 at 02:22 +0200, Michael Markstaller wrote: Am 23.04.2012 01:52, schrieb Dave Taht: It should keep working with the --disable-ipv6 switch. That sounds good ;) Again: I appreciate your work from a technical point of view, also understand this might be good at some point in

Re: [OpenWrt-Devel] [PATCH 2/2] Comprehensive ipv4 and ipv6 unaligned access patch for ar71xx

2012-04-22 Thread Michael Markstaller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here in the 21st century, Legacy IP addresses are running out. Really, where ? :p This story is told for 10yrs now.. And if, lets get get back some /8 from someone using them for 500 hosts instead of NAT and we're off for pretty some time..

Re: [OpenWrt-Devel] [PATCH 1/2] __packed can leak from the kernel headers into iptables so define

2012-04-22 Thread Felix Fietkau
On 2012-04-22 11:48 PM, Dave Täht wrote: With the upcoming ag71xx patch the __packed attribute can leak into the rest of the build, and iptables does not have it defined. This defines it. I think a better solution would be to make sure that userspace does not need such changes. iptables might