Re: [OpenWrt-Devel] [PATCH] new package: dudders

2010-08-18 Thread Outback Dingo
Committed r22695 /packages/net/dudders/ (. Makefile files/ files/dudders.conf files/dudders.hotplug): [Patchteam] New Package Dudders - a utility for updating DNS records Signed-off-by: Dean Scarff On Wed, Aug 18, 2010 at 7:25 AM, Dean Scarff wrote: > Dudders is a utility for updating DNS reco

[OpenWrt-Devel] [PATCH] new package: dudders

2010-08-18 Thread Dean Scarff
Dudders is a utility for updating DNS records. It points a domain name to a given IP address, using the RFC2136 DNS UPDATE protocol and a SIG(0) signature. It is designed with embedded systems in mind. The hotplug script will be called automatically whenever an interface is brought up (at least by

Re: [OpenWrt-Devel] SCTP support in OpenWRT

2010-08-18 Thread Sebastien Decugis
Hello again Florian, Thank you for your guidance. I have submitted two patches as you suggested. I hope I got the format right :) Best regards, Sebastien. > The prefered way to submit this would be to send two separate patches: > - one which adds kmod-sctp to package/kernel/modules/netsupport.m

[OpenWrt-Devel] [PATCH] sctp: Add SCTP library support

2010-08-18 Thread Sebastien Decugis
This patch provides a new module for the userland SCTP library. This library is required by applications for full support of the SCTP protocol. This patch should be applied only after the kmod-sctp is integrated. It applies against packages.git. Signed-off-by: Sebastien Decugis --- diff --git

[OpenWrt-Devel] [PATCH] kmod-sctp: Add SCTP kernel support

2010-08-18 Thread Sebastien Decugis
This adds a new kmod-sctp option that enables support of SCTP in 2.6x kernels. The patch also contains a small cleanup in the dependencies. Signed-off-by: Sebastien Decugis --- diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk index da52b32..8a98a50 100644 --- a/package/