[OpenWrt-Devel] [PATCH] vpnc 0.5.1

2008-03-17 Thread Johannes Ballé
sorry, mail agent keeps turning on word wrap ... contents: - upgrade to vpnc 0.5.1 - disabled building of manpage (would need to run vpnc --help) - removed start_vpn_nat/stop_vpn_nat functions from vpnc-script (see previous post) Signed-off-by: Johannes Ballé <[EMAIL PROTECTED]> --- Index: patc

[OpenWrt-Devel] [PATCH] vpnc 0.5.1

2008-03-17 Thread Johannes Ballé
contents: - upgrade to vpnc 0.5.1 - disabled building of manpage (would need to run vpnc --help) - removed start_vpn_nat/stop_vpn_nat functions from vpnc-script (see previous post) Signed-off-by: Johannes Ballé <[EMAIL PROTECTED]> --- Index: patches/002-vpn_script.patch =

Re: [OpenWrt-Devel] [PATCH] Add Kernel ISDN support

2008-03-17 Thread Travis Kemen
Philipp Kewisch wrote: > This patch adds support for the following kmod- packages. > > ---DESCRIPTION-- > kmod-isdn: > * General ISDN Subsystem support (isdn.o) > * Some options that I think might be useful for a router with an isdn >adapter: >- ISDN_MPP (Generic Multi

Re: [OpenWrt-Devel] [patch] vpnc 0.5.1

2008-03-17 Thread Travis Kemen
Travis Kemen wrote: > Johannes Ballé wrote: >> Hello, >> >> I just hacked the patches/Makefile for vpnc to support vpnc 0.5.1. >> This release is far more usable than 0.4.0, because it fixes one >> annoying keep-alive problem and many other bugs. >> >> (see http://www.unix-ag.uni-kl.de/~massar/vp

Re: [OpenWrt-Devel] [PATCH] Add "bin/" directory as an argument of "make distclean"

2008-03-17 Thread Travis Kemen
Robert P. J. Day wrote: > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > --- > > diff --git a/include/toplevel.mk b/include/toplevel.mk > index 2787872..3c2e46d 100644 > --- a/include/toplevel.mk > +++ b/include/toplevel.mk > @@ -123,7 +123,7 @@ symlinkclean: > rm -rf tmp > > dis

Re: [OpenWrt-Devel] [patch] vpnc 0.5.1

2008-03-17 Thread Travis Kemen
Johannes Ballé wrote: > Hello, > > I just hacked the patches/Makefile for vpnc to support vpnc 0.5.1. This > release is far more usable than 0.4.0, because it fixes one annoying > keep-alive problem and many other bugs. > > (see http://www.unix-ag.uni-kl.de/~massar/vpnc/ for a list) > > So her

Re: [OpenWrt-Devel] [patch] vpnc 0.5.1

2008-03-17 Thread Travis Kemen
On Mon, Mar 17, 2008 at 6:12 PM, Johannes Ballé <[EMAIL PROTECTED]> wrote: > Hello, > > I just hacked the patches/Makefile for vpnc to support vpnc 0.5.1. This > release is far more usable than 0.4.0, because it fixes one annoying > keep-alive problem and many other bugs. > > (see > http://www.un

[OpenWrt-Devel] [patch] vpnc 0.5.1

2008-03-17 Thread Johannes Ballé
Hello, I just hacked the patches/Makefile for vpnc to support vpnc 0.5.1. This release is far more usable than 0.4.0, because it fixes one annoying keep-alive problem and many other bugs. (see http://www.unix-ag.uni-kl.de/~massar/vpnc/ for a list) So here's the patch against SVN r10611. Addit

[OpenWrt-Devel] [PATCH] FUSE: Upgrade all the relevant files for fuse-2.7.1 to 2.7.3.

2008-03-17 Thread Robert P. J. Day
Given that fuse-2.7.1 generates a build error, upgrade to fuse-2.7.3, which involves upgrading the Makefile and all of the patches. Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> --- this has been only compile tested on x86, so someone else might want to check it as well. package/fuse

[OpenWrt-Devel] [PATCH] Add Kernel ISDN support

2008-03-17 Thread Philipp Kewisch
This patch adds support for the following kmod- packages. ---DESCRIPTION-- kmod-isdn: * General ISDN Subsystem support (isdn.o) * Some options that I think might be useful for a router with an isdn adapter: - ISDN_MPP (Generic Multi line support) - ISDN_PPP (Synchronou

Re: [OpenWrt-Devel] Dynamic modules for Apache + php5 module

2008-03-17 Thread Stefan Monnier
> Question: Why the #@&* would you want apache with php5 on your router? > Answer: There are a few configuration tools around for things like xmail and > asterisk that I wanted to play around with.. that happen to be written in > php5. I also wanted a small wiki - and they either required php5

[OpenWrt-Devel] fuse-2.7.1 should be replaced by fuse-2.7.3?

2008-03-17 Thread Robert P. J. Day
under updated fedora 8 system, fuse build error because of: = fuse-2.7.1/kernel/inode.c = ... static struct dentry *fuse_decode_fh(struct super_block *sb, u32 *fh, int fh_len, int fileid_type, int (*acceptable)(void *context, struct dentry

Re: [OpenWrt-Devel] Dynamic modules for Apache + php5 module

2008-03-17 Thread Rod Whitby
Michael wrote: >> OptWare has apache set up as modules - and I largely coppied that format, >> including their patch for apxs.in. >> > How dow we acknowledge borrowed patches like this? Optware (part of the nslu2-linux project, which I lead) is happy for any open source project to make use of any

Re: [OpenWrt-Devel] Dynamic modules for Apache + php5 module

2008-03-17 Thread Michael
Question: Why the #@&* would you want apache with php5 on your router? Answer: There are a few configuration tools around for things like xmail and asterisk that I wanted to play around with.. that happen to be written in php5. I also wanted a small wiki - and they either required php5 or rew

Re: [OpenWrt-Devel] can someone apply the patch to run "make distclean" against bin/?

2008-03-17 Thread Robert P. J. Day
On Sun, 16 Mar 2008, Conrad Hirano wrote: > On Mar 16, 2008, at 1:59 PM, Robert P. J. Day wrote: > > > not that long ago, i submitted a patch to have "make distclean" > > remove the top-level bin/ directory, but it hasn't been added to the > > repo yet? any reason? thanks. > > I don't think your