Re: [OpenWrt-Devel] Some questions to package

2009-10-27 Thread Dave Cooper
Take a look at *shameless plug* the msmtp package which builds two binaries, one linking to openssl. https://dev.openwrt.org/browser/packages/mail/msmtp/Makefile Dave On Tue, Oct 27, 2009 at 6:44 PM, Ondrej Zajicek wrote: > Hello > > I would like to create an OpenWRT package for BIRD routing da

Re: [OpenWrt-Devel] [package] libv4l -- A v4l and v4l2 abstraction/compatibility layer

2009-09-03 Thread Dave Cooper
Uhh, bump. Thanks guys, Dave On Sat, Aug 29, 2009 at 4:16 AM, Dave Cooper wrote: > As promised, here's the libv4l package which adds a generally uniform > abstraction layer for webcams, particularly buggy ones. This pairs > nicely with the earlier gspca patchset. For example, my

[OpenWrt-Devel] [package] libv4l -- A v4l and v4l2 abstraction/compatibility layer

2009-08-29 Thread Dave Cooper
As promised, here's the libv4l package which adds a generally uniform abstraction layer for webcams, particularly buggy ones. This pairs nicely with the earlier gspca patchset. For example, my spca561 based webcam won't really work without a libv4l LD_PRELOAD. Note, shm_open() is only available in

Re: [OpenWrt-Devel] [PATCH] Added identification of WRT610N and its button/led definitions.

2009-08-28 Thread Dave Cooper
Try attaching? On Fri, Aug 28, 2009 at 10:22 AM, Felix Fietkau wrote: > Tomas Kopal wrote: >> Sorry, should be better now. >> >> Tomas >> >>  From cf62b42ea81b940e3e9c51db934e0bb0f4070f7c Mon Sep 17 00:00:00 2001 >> >> From: Tomas Kopal >> >> Date: Thu, 27 Aug 2009 22:06:03 +0200 >> >> Subject: [P

Re: [OpenWrt-Devel] [PATCH] Resend2 - Added support for identifying the BCM53115 switch found in WRT610N.

2009-08-28 Thread Dave Cooper
Thanks Tomas. :) +1 for speedy inclusion. On Fri, Aug 28, 2009 at 4:41 AM, Tomas Kopal wrote: > Sorry for the spam, my mail client got crazy. Hope it's better this time. > > From db0413dfdfd0ff05b32b0e2871e5b4af3f1f0d38 Mon Sep 17 00:00:00 2001 > From: Tomas Kopal > Date: Mon, 24 Aug 2009 22:55:

Re: [OpenWrt-Devel] [patch] gspca!

2009-08-20 Thread Dave Cooper
*gentle bump* Thanks again, Dave On Sat, Aug 15, 2009 at 6:51 PM, Dave Cooper wrote: > Hi all, > > Here's the first of the series of patches that I've been blabbing > about in #openwrt-devel to bring gspca webcam support to trunk. This > removes the old out-of-tree and

[OpenWrt-Devel] [patch] gspca!

2009-08-15 Thread Dave Cooper
r v4l2 like libv4l and a simple, command-line JPEG capture tool. Libv4l is almost ready and I'm just finishing a workaround to uClibc's lack of open_shm() support in their stable releases -- uClibc trunk has got this. Thanks, Dave Cooper Signed-off-by: David Cooper Index: pac

[OpenWrt-Devel] Fwd: NEW PACKAGE -- Active Port Forwarder (apf)

2009-08-09 Thread Dave Cooper
Hi all, Here's a useful package for retaining network access to an OpenWrt install behind a firewall. It requires one Internet-facing server daemon running to forward a TCP connection to a connected client. If anyone finds this useful, I'll add a UCI-ification patch. Signed-off-by: David Cooper

[OpenWrt-Devel] [patch] Disable ucitrigger (for now)

2009-08-07 Thread Dave Cooper
Hi all, ucitrigger isn't used by anything at the moment and it pulls in the lua and liblua-uci dependencies. Recommending removal of the default packageset for now. Thanks, Dave Cooper Signed-off-by: David Cooper Index: include/targ

Re: [OpenWrt-Devel] Annoying opkg bug since r17152

2009-08-06 Thread Dave Cooper
Note this happens for any package source, not just the openwrt.org one. On Fri, Aug 7, 2009 at 12:46 AM, Dave Cooper wrote: > Since the opkg source was bumped in r17152, everything works fine, but > all legal opkg operations trail with the following error message: > > Collected errors

[OpenWrt-Devel] Annoying opkg bug since r17152

2009-08-06 Thread Dave Cooper
27;ve done a little bit of bug chasing, and it seems the config file /etc/opkg/opkg.conf is parsed twice and this causes the error. It could cause other errors as well. Not sure about a fix just yet, but it seemed prudent to report since opkg is a somewhat important package. :P Thanks, Dave C

[OpenWrt-Devel] [patch] opkg Repository Switch Config Option

2009-08-06 Thread Dave Cooper
updated in packages/opkg/Makefile and not in packages/opkg/files/opkg.conf. Also, _ARCH_ is now used as the architecture instead of $S. Best, Dave Cooper Signed-off-by: David Cooper (attached as GMail loves chomping my patches) Index: package/opkg/files/opkg.conf

[OpenWrt-Devel] dbus segfault fix and request to look at the -pie / -fPIC cflag

2009-08-05 Thread Dave Cooper
ag doesn't seem all that useful, so maybe it should be looked in to for possible blacklisting. More info: http://gcc.gnu.org/ml/gcc-patches/2003-06/msg00145.html (thanks to xMff) Anyway, without further adieu, here's the fix. Thanks, Dave Cooper Signed-off-by: David Cooper ---  Index:

Re: [OpenWrt-Devel] [PATCH] New Packages -- Scheme!

2009-03-11 Thread Dave Cooper
Ugh, I didn't realise there were \r and \n's in the patch. In case my client chomped it, I've attached it. Signed-off-by: David Cooper On Wed, Mar 11, 2009 at 8:00 PM, Dave Cooper wrote: > Hi All, > > I've packaged up a very small implementation of scheme call

[OpenWrt-Devel] [PATCH] New Packages -- Scheme!

2009-03-11 Thread Dave Cooper
Hi All, I've packaged up a very small implementation of scheme called TinyScheme as well as an extension module called TSX (TinyScheme Extensions). I'll try to package up a bit more up in the days to come like a regex module and the ability to use scheme embedded in text files with tags or the li

[OpenWrt-Devel] [PATCH] wget --no-check-certificate to --check-certificate

2009-03-08 Thread Dave Cooper
t will simply ignore them. I typically use GNU wget in my images instead of the busybox one and I find this extremely useful. Thanks, Dave Cooper --- Signed-off-by: David Cooper Index: packages/net/wget/patches/01-disable-no-che

[OpenWrt-Devel] Asus WL-330gE Support

2009-02-22 Thread Dave Cooper
ces, where you boot holding the reset button, the power LED flashes, and you tftp an image. I'm recommending for inclusion in 8.09. Thanks, Dave Cooper Signed-off-by: David Cooper --- Index: package/broadcom-diag/src/diag.c

Re: [OpenWrt-Devel] [PATCH] Aircrack-ng Bump / Fix

2009-02-11 Thread Dave Cooper
Gmail junked my patch with whitespace, attached is the proper one. Sorry, Dave Signed-off-by: David Cooper On Thu, Feb 12, 2009 at 1:42 AM, Dave Cooper wrote: > By request from Mister_X (Thomas d'Otreppe), I bring you a version > bump of aircrack-ng that also fixes bug > http:/

[OpenWrt-Devel] [PATCH] Aircrack-ng Bump / Fix

2009-02-11 Thread Dave Cooper
By request from Mister_X (Thomas d'Otreppe), I bring you a version bump of aircrack-ng that also fixes bug http://trac.aircrack-ng.org/ticket/507 -- the patch called 001-no_abusive_malloc.patch in OpenWrt can therefore be removed. Thanks, Dave Cooper Signed-off-by: David Cooper Index: pac

Re: [OpenWrt-Devel] R: [PATCH] move lighttpd dependencies to the right mod

2009-02-10 Thread Dave Cooper
+1 for getting this committed. Thanks, Dave Cooper On 9-Feb-09, at 8:35 AM, Roberto Riggio wrote: > Please disregard the previous patch this is the right one. > > Signed-off-by: Roberto Riggio > > -- > > Index:

Re: [OpenWrt-Devel] [PATCH] New Package -- msmtp

2009-01-28 Thread Dave Cooper
Here's the revised patch, as per request that: 1. Splits the package in to msmtp and msmtp-nossl. The -nossl variant builds without TLS support and doesn't require the somewhat large libopenssl dependency. This also saves a few KB in the build; and 2.) Corrects the patch's path to packages/mail/m

[OpenWrt-Devel] [PATCH] New Package -- msmtp

2009-01-25 Thread Dave Cooper
Hi all, Here's a patch for msmtp, an advanced but still lightweight sendmail replacement that forwards email upstream to an SMTP server. This software is actively developed, unlike ssmtp which is out of date and only seems to be linked on the Debian repository. I was able to easily forward email u

[OpenWrt-Devel] [PATCH] Sox fix for 8.09 and audio woes

2008-12-01 Thread Dave Cooper
x27;m new at working with audio-related software and package maintenance so I may need some help or at least someone to bug while I'm doing all of this. Thanks, Dave Cooper (kupesoft) Signed-off-by: David Cooper <[EMAIL PROTECTED]> Index: packages/sound

[OpenWrt-Devel] [PATCH] Adding xterm title to /etc/profile

2008-11-27 Thread Dave Cooper
This one-liner adds support for various terminal emulators to take on an xterm-style title of the form '[EMAIL PROTECTED]: path'. My first patch. Looking forward to hacking with all of you. :) Signed-off-by: Dave Cooper <[EMAIL PROTECTED]> Index: package/base-files/f