Re: [OpenWrt-Devel] [PATCH] Bugfix: set CONFIG_SECTION before entering config_cb()

2010-05-01 Thread Dominique Quatravaux
On Sat, May 1, 2010 at 8:01 PM, Felix Fietkau wrote: > The patch is wrong. Callers to config_load() can use config_cb() in two > ways. [...] I see. Thanks for the quick answer. --   Dominique Quatravaux   +41 79 609 40 72 ___ openwrt-devel mailing lis

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

2010-05-01 Thread Arne-Jørgen Auberg
(arbeidskopi) @@ -9,11 +9,11 @@ PKG_NAME:=fowsr PKG_VERSION:=1.0 -PKG_RELEASE:=20100403 +PKG_RELEASE:=20100501 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_RELEASE).tar.gz PKG_SOURCE_URL:=http://fowsr.googlecode.com/files -PKG_MD5SUM:=e3f66ae504ce92a969279cd4e77b165d +PKG_MD5SUM

Re: [OpenWrt-Devel] [PATCH] Disable IPv6 autoconfiguration

2010-05-01 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi again. I merged the new firewall + my modifications into trunk now. ~ Jow -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvcfS0ACgkQdputYINPTPPgmACbBRDf

Re: [OpenWrt-Devel] [PATCH] Bugfix: set CONFIG_SECTION before entering config_cb()

2010-05-01 Thread Felix Fietkau
On 2010-05-01 6:44 PM, d...@cpan.org wrote: > A number of callers of config_load() which define a config_cb() (for instance > in /lib/network/config.sh) assume that CONFIG_SECTION is the name of the > current section, while actually it is not the case. This patch fixes that. The patch is wrong. Ca

[OpenWrt-Devel] [PATCH] Bugfix: set CONFIG_SECTION before entering config_cb()

2010-05-01 Thread domq
A number of callers of config_load() which define a config_cb() (for instance in /lib/network/config.sh) assume that CONFIG_SECTION is the name of the current section, while actually it is not the case. This patch fixes that. Signed-off-by: Dominique Quatravaux --- package/base-files/files/etc

[OpenWrt-Devel] [PATCH] ngircd: Add berlios mirror.

2010-05-01 Thread Jonas Gorski
Add the official berlios mirror to ngircd's download urls so it doesn't brake when ngircd.barton.de is down. Signed-off-by: Jonas Gorski --- net/ngircd/Makefile |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/net/ngircd/Makefile b/net/ngircd/Makefile index 5aea648..1b

[OpenWrt-Devel] [RFC]: Firewall/Miniupnpd: Saving dynamic rules

2010-05-01 Thread Daniel Dickinson
Hi all, I have a patch that is in my opinion an ugly hack, but I wanted to show because it solves a problem that at least two packages have. That is, miniupnpd and, IIRC, strongswan create firewall rules on-the-fly. Without this patch, when the firewall is restarted the rules are lost. In the cas