Re: [OpenWrt-Devel] [patch] Add vim-full vim-runtime vim-doc targets

2008-05-08 Thread Michael Geddes
APpologies for the bug in the post-inst scripts. I've also discovered that the post-inst scripts don't work if you want to include this in the image (like I have). You might want to remove the post-inst scripts.  There's a lot of pain for little gain. About the docs  - If you've got the space

Re: [OpenWrt-Devel] [PATCH] package-vim: fix broken Makefile

2008-05-21 Thread Michael Geddes
On Wed, 21 May 2008 05:53:00 pm Patrick Scharrenberg wrote: > - corrected inclusion of Package/vim/Default > - removed unused Package/vim-full/conffiles and Package/vim/conffiles > - removed unused/broken Package/vim-full/postinst and Package/vim/postinst > which tried to modify files on the buil

Re: [OpenWrt-Devel] [PATCH] dbus-compile-fix

2008-05-22 Thread Michael Geddes
On Thu, 22 May 2008 05:30:04 pm Johannes 'fish' Ziemke wrote: > Hello robert.buranyi, > > you wrote: > > Fix for the include/lib directories in the dbus build process. Remove > > dbus-x11 from default configuration. > > I don't think it wanted to have X11 completly disabled. It just was > enabled

[OpenWrt-Devel] Problems building glib

2008-05-31 Thread Michael Geddes
I'm getting this - it's stopping my build, and I'm not really sure how to procede! 8<-- Making all in tests make[8]: Entering directory `/Debian/home/michaelg/OpenWRT/build/trunk/build_dir/mipsel/glib-2.15.4/gio/tests' /bin/bash ../../libtool --tag=CC

Re: [OpenWrt-Devel] Problems building glib

2008-06-01 Thread Michael Geddes
> > ); > > endef > > -8<- > > The build is done in 2 passes, it first builds glib for the host to have > a 'glib-genmarshal' utility working on the host system, and then it > builds glib for the target, telling configure to use the > 'glib-ge

[OpenWrt-Devel] [patch] Vim configuration

2008-07-13 Thread Michael Geddes
Fixes to vimrc file to avoid some errors. Signed-off-by: Michael Geddes --- Index: files/vimrc.full === --- files/vimrc.full(revision 11372) +++ files/vimrc.full(working copy) @@ -1,15 +1,15 @@ -set showcmd"

[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 --- Index: zaptel-1.4.x/patches/200-Makefile-pwd.

[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 --- Index: Makefile === --- Makefile(revision 11372) +++ Makefile(working copy) @@ -29,6

[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 --- Index: patche

[OpenWrt-Devel] [PATCH] 4/4 Asterisk Utilities 1.4.7

2008-07-13 Thread Michael Geddes
Update to 1.4.7 Requires a patch to pthread call. Signed-off-by: Michael Geddes --- Index: asterisk-addons-1.4.x/patches/031-pthread_param.patch === --- asterisk-addons-1.4.x/patches/031-pthread_param.patch (revision 0

[OpenWrt-Devel] [PATCH] Iksemel depends fix

2008-07-13 Thread Michael Geddes
Signed-off-by: Michael Geddes Index: Makefile === --- Makefile(revision 11372) +++ Makefile(working copy) @@ -25,7 +25,7 @@    CATEGORY:=Libraries    TITLE:=Iksemel Jabber Library    URL:=http://code.google.com/p/iksemel

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

2008-07-13 Thread Michael Geddes
feature set. Much of this work was borrowed from optware. Signed-off-by: Michael Geddes --- Index: Makefile === --- Makefile(revision 11372) +++ Makefile(working copy) @@ -29,9 +29,7 @@ endef CONFIGURE_ARGS

[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 --- Index: Makefile === --- Makefile(revision 11372) +++ Makefile(working copy) @@ -42,18 +42,21 @@ APR_BUILD_DIR="$(STAGIN

[OpenWrt-Devel] [PATCH] Apache with modules 3/3 Apache - include as separate modules

2008-07-13 Thread Michael Geddes
) +$(eval $(call BuildPackage,apache-mod_unique_id)) +$(eval $(call BuildPackage,apache-mod_userdir)) +$(eval $(call BuildPackage,apache-mod_usertrack)) +$(eval $(call BuildPackage,apache-mod_version)) +$(eval $(call BuildPackage,apache-mod_vhost_alias)) + The patches to apache itself. Including all the modules as separate packages. Signed-off-by: Michael Geddes --- ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[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 recre

[OpenWrt-Devel] [PATCH] add apache module package for php5

2008-07-13 Thread Michael Geddes
Add apache module for php5 Signed-off-by: Michael Geddes --- Index: Makefile === --- Makefile(revision 11801) +++ Makefile(working copy) @@ -16,6 +16,13 @@  PKG_SOURCE_URL:=http://www.php.net/distributions/  PKG_MD5SUM

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 showcmd " Show (partial) command in status line. > > +set showmatch " Show matching brack

Re: [OpenWrt-Devel] Work-In-Progress Day

2008-07-24 Thread Michael Geddes
On Thu, 24 Jul 2008 09:50:02 pm Brian J. Murrell wrote: > On Thu, 2008-07-24 at 12:49 +0200, Gregers Petersen wrote: > > WIP-Day will again emerge on saturday at UTC 12:00 on #openwrt-devel, > > and spread its life across the following 24 hours. > > Maybe I misunderstand the purpose of this event,

Re: [OpenWrt-Devel] never ending story of patches not being applied

2008-07-25 Thread Michael Geddes
On Fri, 25 Jul 2008 03:38:40 pm [EMAIL PROTECTED] wrote: > I personally find it difficult to keep track of which patches on the > mailing list have been applied and which have not. Absolutely, unless emailed patches are going to a single person who delegates, this isn't a workable solution. > >

[OpenWrt-Devel] [PATCH] Dynamic Apache - 1/3 libapr (resubmit)

2008-07-26 Thread Michael Geddes
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 feature set. Much of this work was borrowed from optware. Signed-off-by: Michael Geddes --- Index: packages/libs/apr/Makefile

[OpenWrt-Devel] [PATCH] Dynamic Apache - 2/3 l ibapr-util   (resubmit)

2008-07-26 Thread Michael Geddes
Patches to libapr-util  to support apache with modules. Signed-off-by: Michael Geddes --- Index: packages/libs/apr-util/Makefile === --- packages/libs/apr-util/Makefile (revision 11372) +++ packages/libs/apr-util/Makefile

[OpenWrt-Devel] [PATCH] Dynamic Apache - 3/3 a pache   (resubmit)

2008-07-26 Thread Michael Geddes
The patches to apache itself. Including all the modules as separate packages. Signed-off-by: Michael Geddes --- Index: packages/net/apache/patches/005-apxs_optware.patch === --- packages/net/apache/patches/005-apxs_optware.patch

[OpenWrt-Devel] [PATCH] Asterisk update - 1/4 Add speexdsp library (resubmit)

2008-07-26 Thread Michael Geddes
The speexdsp library is required by the latest asterisk Signed-off-by: Michael Geddes --- Index: packages/libs/speex/Makefile === --- packages/libs/speex/Makefile(revision 11372) +++ packages/libs/speex/Makefile

[OpenWrt-Devel] [PATCH] Asterisk update - 2/4  Add zaptel library (resubmit)

2008-07-26 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 -- Index: packages/libs/zaptel-1.4.x/patches/200-Makefile-pwd.

[OpenWrt-Devel] [PATCH] Asterisk update - 3/4 Asterisk 1.4.21   (resubmit)

2008-07-26 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 --- Index: packages/net/as

[OpenWrt-Devel] [PATCH] Asterisk update - 4/4 Asterisk Utilities 1.4.7   (resubmit)

2008-07-26 Thread Michael Geddes
Update to 1.4.7 Requires a patch to pthread call. -- Index: packages/net/asterisk-addons-1.4.x/patches/031-pthread_param.patch === --- packages/net/asterisk-addons-1.4.x/patches/031-pthread_param.patch (revision 0) +++ packages/net/a

[OpenWrt-Devel] [Patch] 1/2 Compile threadsafe mysql library for php5

2008-07-30 Thread Michael Geddes
The libmysqlclient_r library is required to get the php5 mysql module building. I do not use mysql so this has not been tested for funtionality... but it gets the build going. Signed-off-by: Michael Geddes -- Index: packages/libs/mysql/Makefile

[OpenWrt-Devel] [Patch] 2/2 PHP5 mysql module

2008-07-30 Thread Michael Geddes
Added a missing Paremeter in the patch set for php5 php5 now compiles Signed-off-by: Michael Geddes -- Index: packages/lang/php5/patches/005-APC.patch === --- packages/lang/php5/patches/005-APC.patch(revision 11372

[OpenWrt-Devel] [PATCH] PHP5 module for asterisk (resubmit)

2008-07-30 Thread Michael Geddes
This is the PHP5 module for asterisk patch- diffed from packages/ directory. Signed-off-by: Michael Geddes -- Index: packages/lang/php5/Makefile === --- packages/lang/php5/Makefile (revision 11801) +++ packages/lang/php5/Makefile

[OpenWrt-Devel] Generate configs for asterisk from uci

2008-08-29 Thread Michael Geddes
Here's the script: http://pastebin.com/m40fe6226 the call setup_asterisk /opt can have /opt removed (I install asterisk on a usb drive mounted on /opt). Here's a sample /etc/config/asterisk http://pastebin.com/m2ca6e554 I've introduced some new concepts to make setting up domestic in

Re: [OpenWrt-Devel] Generate configs for asterisk from uci

2008-08-31 Thread Michael Geddes
On Fri, 29 Aug 2008 03:33:34 pm RB wrote: > > > I'm only just starting to work with Asterisk, but integrating its > configuration into UCI will be a great start in that direction. Looks > nice! Well let me know how you go. I've got some changes/ bugfixes / tweaks. I have added musiconhold suppo

[OpenWrt-Devel] [PATCH] Dynamic Apache - 3/3 apache   (resubmit - against current)

2008-10-17 Thread Michael Geddes
The patches to apache itself. Including all the modules as separate packages. This is the previous patch with recent tidy-ups to apache/Makefile included. Patch also at: http://pastebin.com/m1ac93408 seeing as Kmail always breaks them. Signed-off-by: Michael Geddes --- Index: packages/net

[OpenWrt-Devel] [PATCH] Zoneinfo package

2008-10-29 Thread Michael Geddes
Zoneinfo - Timezone metadata. Signed-off-by: Michael Geddes -- Index: packages/libs/zoneinfo/Makefile === --- packages/libs/zoneinfo/Makefile (revision 0) +++ packages/libs/zoneinfo/Makefile (revision 0) @@ -0,0 +1,256

Re: [OpenWrt-Devel] [PATCH] alsa-lib: configuration files missing

2008-11-17 Thread Michael Geddes
Michael Conrad wrote: > Hi, > > it took me some time to figure out, that the alsa subsystem is broken due > missing configuration files in /usr/share/alsa. I have no idea, how this > should work for others. If the problem can be solved otherwise, please > let me know. > > Test system was ASUS WL-50

[OpenWrt-Devel] [PATCH] lirc not compiling

2009-01-05 Thread Michael Geddes
Use linux/semaphore.h instead of asm/semaphore.h (which doesn't exist) to get lirc package compiling. Signed off by: Michael Geddes --- Index: packages/utils/lirc/patches/110-lirc_dev.patch === --- packages/utils/lirc/patche

Re: [OpenWrt-Devel] Only have 0 available blocks on filesystem /

2009-02-17 Thread Michael Geddes
On Tuesday 17 February 2009 18:22:38 Kövesdi György wrote: > Hi, > > I have Asus wl500gp, and wanted to upgrade: > /# opkg upgrade > and got the following message: >  * Only have 0 available blocks on filesystem / ... > ... > > the 'df' output is: > > Filesystem            Size  Used Avail Use% Mou

Re: [OpenWrt-Devel] How to compile all packages and skip compilation errors

2009-06-10 Thread Michael Geddes
This is the script that I use to do a build. It works nicely when packages break for mundane reasons. First it does a normal make, then reads that output and makes all the packages that failed, putting the errors into a logfile. Of course it's not perfect, but it works for me, and it means I c

[OpenWrt-Devel] [Patch] Add threadsafe MySQL client Library

2009-08-04 Thread Michael Geddes
Add a libmysqlclient_r target (threadsafe client); required for module-based apache. Signed-off-by: Michael Geddes --8<-- Index: libs/mysql/Makefile === --- libs/mysql/Makefile (revision 17

[OpenWrt-Devel] [Patch] Switch to dynamic-linked apache with module packages

2009-08-05 Thread Michael Geddes
Move apache (and apr) to a module-based distribution. Has a smaller minimum footprint and allows more versatility. Signed-off-by: Michael Geddes --- Index: net/apache/patches/005-apxs_optware.patch === --- net/apache

Re: [OpenWrt-Devel] ath9k in openwrt

2010-02-08 Thread Michael Geddes
I use Ath9k drivers. I have the option to show unstable stuff for other reasons, so it _could_ be in there. The drivers work pretty well.. .though not entirely stable. Every few days I have to run a script that will ifdown wlan, rmmod the modules, insert the modules back and ifup wlan... an

Re: [OpenWrt-Devel] libgcc on x86_64 compile problems

2010-02-25 Thread Michael Geddes
Good luck with Openwrt on x86 64. I tried and ended up giving up - however I did get it booting, and I still have a bunch of patches for it if you're interested in taking them over. //.ichael On Fri, 26 Feb 2010 01:51:27 am Robert Wuttke wrote: > Hi, > > I'm trying to build OpenWrt for the U

Re: [OpenWrt-Devel] [RFC][PATCH] Allow for PPPoE over LAN

2010-03-15 Thread Michael Geddes
The other scenario that I suspect your script solves is where your DSL modem has a configuration interface. I've worked around this issue, and added an IP address to the PPPoE port in order to access it. //.ichael On Mon, 15 Mar 2010 11:01:03 pm Janusz Krzysztofik wrote: > With current openwr

[OpenWrt-Devel] My changes to OpenWRT

2011-10-29 Thread Michael Geddes
I've now pushed all my changes to OpenWRT up to GitHub that I've accumulated over a few years. I've only moved to fetching from git this year - and I've managed to make mostly sane commits from all the changes I'd built up in the svn tree. I won't guarantee that the commits are all perfect

[OpenWrt-Devel] RE: My changes to OpenWRT

2011-11-08 Thread Michael Geddes
Hi, stargr...@stargrave.org wrote: > - User Michael Geddes on 2011-10-30 12:29:57 wrote: > >I've now pushed all my changes to OpenWRT up to GitHub that I've accumulated > >over a few years. > >[skip] > >* Some tentative changes for 64bit pc - abandoned