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

2010-05-15 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. > This fixes this strange bug in the 2.4 kernel. Applied in r21461 - thanks. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvvIyUACgkQdputYINPTP

[OpenWrt-Devel] [PATCH] FOWSR : corrected negative values

2010-05-15 Thread Arne-Jørgen Auberg
- corrected negative values Signed-off-by: Arne-Jørgen Auberg arne.jorgen.aub...@gmail.com Index: packages/utils/fowsr/Makefile === --- openwrt/Makefile(revisjon 114) +++ openwrt/Makefile(arbeidskopi) @@ -9,11 +9,11 @@ PKG_N

Re: [OpenWrt-Devel] [PATCH] Kernel patch in trunk (version 21251) to support Netgear WNR3500L

2010-05-15 Thread Weedy
On Fri, May 14, 2010 at 4:22 AM, Tathagata Das wrote: > Hi, > Attached is the kernel patch to support Netgear WNR3500L. All changes are > made under CONFIG_WNR3500L. > I have used trunk source code of version number 21251 to create this kernel > patch. > > Regards, > Tathagata Would this cover t

[OpenWrt-Devel] mountd behavior

2010-05-15 Thread Kövesdi György
Hi I started mountd, and seems perfect at first sight. :-) I have running an application writing the mounted disk (external USB HDD, with ext3 fs) all the time. I found two problems: -- mountd re-mounts sometimes: ... May 15 14:10:06 OpenWrt user.crit mountd[1241]: /tmp/run/mountd/sda2 has exp

[OpenWrt-Devel] [PATCH v3] Provide a helper function that gives a list of all configs matching a network interface

2010-05-15 Thread Janusz Krzysztofik
This patch provides a new function: /lib/network/config.sh:find_configs(). It is based on the existing /lib/network/config.sh:find_config(). These functions differ in what output they provide: while the original one otuputs a single name of the first interface config found that matches the inter

Re: [OpenWrt-Devel] BRCM4716 support part 4

2010-05-15 Thread Hauke Mehrtens
Am 14.05.2010 00:25, schrieb Bernhard Loos: > Hello > Do you have any clue, what could produce b43? Because, after looking > at the code, I'm kinda at a loss, where this comes from. And do you > know, which patch exactly produces the problem? > I will split the patch up, but it may take a day or tw

Re: [OpenWrt-Devel] kamikaze - debug init scripts

2010-05-15 Thread Chris Martin
add "set -x" to the begining of the script, and then manually run it /etc/init.d/postgresql start -- Chris Martin m: 0419812371 -- On Fri, May 14, 2010 at 9:51 PM, Vipul M Sawant wro