[OpenWrt-Devel] [PATCH] DIR-825 WiFi LEDs fix

2010-09-07 Thread Leonid Protasov
Signed-off-by: Leonid Protasov Index: target/linux/ar71xx/files/include/linux/ath9k_platform.h === --- target/linux/ar71xx/files/include/linux/ath9k_platform.h(revision 22968) +++ target/linux/ar71xx/files/include/linux/ath9k_pla

Re: [OpenWrt-Devel] [PATCH] uclibc++ parallel build

2010-09-07 Thread Michael Büsch
On Tue, 2010-09-07 at 10:38 -0600, Joseph Roback wrote: > Subject says it all. Compile tested on Linux and Darwin hosts. > > Signed-off-by: Joe Roback > > --- > > Index: feeds/packages/libs/uclibc++/Makefile > === > --- feeds/pack

Re: [OpenWrt-Devel] Allowing IPv6 connections to internal hosts/ports with latest firewall scripts?

2010-09-07 Thread Roland Dreier
> Add "option dest lan" to both rule sections, that should turn those > rules into forward directives. Yes, that worked perfectly, thanks! I guess I need a second rule if I want to open port 22 for ipv6 on the router itself now, but that's no big deal. Thanks! __

Re: [OpenWrt-Devel] Allowing IPv6 connections to internal hosts/ports with latest firewall scripts?

2010-09-07 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. Add "option dest lan" to both rule sections, that should turn those rules into forward directives. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYF

[OpenWrt-Devel] Allowing IPv6 connections to internal hosts/ports with latest firewall scripts?

2010-09-07 Thread Roland Dreier
Hi, I'm running a very recent trunk build (r22963), and I'm having trouble getting the IPv6 firewall to open a host/port to connections from the IPv6 internet to an internal host with a global scope IPv6 address . I have a henet tunnel (interface 6in4-henet, set up with the 6in4 config), and the r

[OpenWrt-Devel] [PATCH] uclibc++ parallel build

2010-09-07 Thread Joseph Roback
Subject says it all. Compile tested on Linux and Darwin hosts. Signed-off-by: Joe Roback --- Index: feeds/packages/libs/uclibc++/Makefile === --- feeds/packages/libs/uclibc++/Makefile (revision 22968) +++ feeds/packages/libs/

Re: [OpenWrt-Devel] [PATCH] busybox parallel build (Makefile)

2010-09-07 Thread Michael Büsch
On Tue, 2010-09-07 at 10:13 +0200, Gert Doering wrote: > Hi, > > On Mon, Sep 06, 2010 at 11:31:22PM +0200, Michael Büsch wrote: > > (I guess you already compiletested them. It's also useful to do one or > > two dircleans or similar and rebuild the whole tree to make sure they > > behave well in p

Re: [OpenWrt-Devel] [PATCH] busybox parallel build (Makefile)

2010-09-07 Thread Gert Doering
Hi, On Mon, Sep 06, 2010 at 11:31:22PM +0200, Michael Büsch wrote: > (I guess you already compiletested them. It's also useful to do one or > two dircleans or similar and rebuild the whole tree to make sure they > behave well in parallel build). What are the requirements to enable parallel buildi