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
(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
-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
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
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
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
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