[OpenWrt-Devel] [PATCH] 1/4 Add tonezone support for Asterisk 1.4

2008-07-13 Thread Michael Geddes
This was originally submitted by somebody else - and has been tidied up a bit - the original doesn't seem to have been aplied yet. Required for meetme support in asterisk. Signed-off-by: Michael Geddes michael at frog dot wheelycreek dot net --- Index:

[OpenWrt-Devel] [PATCH] 2/4 Add speexdsp package to speex

2008-07-13 Thread Michael Geddes
speexdsp just needs to be made into a package for use in the latest asterisk. Was already being built. Signed-off-by: Michael Geddes michael at frog dot wheelycreek dot net --- Index: Makefile === --- Makefile(revision 11372)

[OpenWrt-Devel] [PATCH] 3/4 Latest Asterisk 1.4.21

2008-07-13 Thread Michael Geddes
Update to asterisk 1.4.21 (yes there's a 1.4.21.1 but I haven't tested it) Package 'rawplayer' for asterisk. Requires the tonezone patch for app-meetme Disabled ilbc which required a separate (non-free) package. Signed-off-by: Michael Geddes michael at frog dot wheelycreek dot net ---

[OpenWrt-Devel] [PATCH] Iksemel depends fix

2008-07-13 Thread Michael Geddes
Signed-off-by: Michael Geddes michael at frog dot wheelycreek dot net Index: Makefile === --- Makefile(revision 11372) +++ Makefile(working copy) @@ -25,7 +25,7 @@    CATEGORY:=Libraries    TITLE:=Iksemel Jabber Library    

[OpenWrt-Devel] [PATCH] Apache with modules 1/3 libapr

2008-07-13 Thread Michael Geddes
I have previously submitted patches to allow both static and module versions of apache. These patches supersede the previous one. This set starts off with patches to libapr to support Apache with modules rather than static. With modules, it is more versatile, and more compact for a required

[OpenWrt-Devel] [PATCH] Apache with modules 2/3 - libapr utils

2008-07-13 Thread Michael Geddes
Patches to libapr-util to support apache with modules. Signed-off-by: Michael Geddes michael at frog dot wheelycreek dot net --- Index: Makefile === --- Makefile(revision 11372) +++ Makefile(working copy) @@ -42,18 +42,21 @@

[OpenWrt-Devel] Bunch of patches!

2008-07-13 Thread Michael Geddes
Please, let me know ASAP if there are any problems with the bunch of patches I have sent. I've been hoarding these for a while.. but they are diff'd against the latest svn. I think I've got all the patch modifications... though I might have diff'd from the wrong directory. I can easily

Re: [OpenWrt-Devel] AC_SYS_LARGEFILES on netatalk 2.0.3

2008-07-13 Thread Felix Fietkau
Antonio Carrillo wrote: Hello. I've tried to tweak the ac_cv_*, but I can't make them to work. Finally I've put some code in the Makefile for netatalk (the makefile that makes the openwrt package) that, after the configure step, appends to the config.h the lines needed to compile it with

Re: [OpenWrt-Devel] trying to get a usb storage mounted on root

2008-07-13 Thread Brian J. Murrell
On Sat, 2008-07-12 at 01:13 -0400, Stefan Monnier wrote: Of course: you have 8MB of flash, so there's plenty of space for a jffs partition. In my case, there's around 128KB of flash left (of the 2MB). Wow. I didn't know the 700 had so little flash. For starters, I don't need dropbear in

[OpenWrt-Devel] subversion checkout in openwrt

2008-07-13 Thread Steven Van Ingelgem
Hi, I am having some issues downloading from SVN, namely: My Makefile has this: = PKG_BRANCH:= PKG_SOURCE_URL:=http://localhost/svnroot/server/trunk PKG_REV:=35 PKG_NAME:=server PKG_VERSION:=r$(PKG_REV) PKG_RELEASE:=1 PKG_SOURCE_PROTO:=svn PKG_SOURCE_VERSION:=$(PKG_REV)

[OpenWrt-Devel] Patches to fix AVR32 and lk 2.6.25+ stuff

2008-07-13 Thread Bas Mevissen
Please check https://dev.openwrt.org/cgi-bin/trac.fcgi/ticket/3755 for a fix for kmod-ebtables package not being built on 2.6.25+ kernels. Please check https://dev.openwrt.org/cgi-bin/trac.fcgi/ticket/3756 for a fix for a build error with kmod-i2c-core package on AVR32 2.6 kernels. This might

Re: [OpenWrt-Devel] [patch] Vim configuration

2008-07-13 Thread Geoff Levand
On 07/13/2008 02:11 AM, Michael Geddes wrote: Fixes to vimrc file to avoid some errors. Signed-off-by: Michael Geddes michael at frog dot wheelycreek dot net --- Index: files/vimrc.full === --- files/vimrc.full (revision

Re: [OpenWrt-Devel] trying to get a usb storage mounted on root

2008-07-13 Thread Stefan Monnier
Of course: you have 8MB of flash, so there's plenty of space for a jffs partition. In my case, there's around 128KB of flash left (of the 2MB). Wow. I didn't know the 700 had so little flash. Since it has an IDE drive, that's actually quite enough: it only needs to be able to hold the

Re: [OpenWrt-Devel] [patch] Vim configuration

2008-07-13 Thread Michael Geddes
On Mon, 14 Jul 2008 08:47:17 am Geoff Levand wrote: On 07/13/2008 02:11 AM, Michael Geddes wrote: Fixes to vimrc file to avoid some errors. +set showcmdShow (partial) command in status line. +set showmatch Show matching brackets. +set ignorecase Do case insensitive