[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, but the imputus for pushing up the changes

[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

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

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

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...

[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 openwrt at frog dot wheelycreek dot net --- Index: net/apache/patches/005-apxs_optware.patch

[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 openwrt at frog dot wheelycreek.net --8-- Index: libs/mysql/Makefile

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

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% Mounted on

[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 michael at frog dot wheelycreek dot net --- Index: packages/utils/lirc/patches/110-lirc_dev.patch

[OpenWrt-Devel] [PATCH] Zoneinfo package

2008-10-29 Thread Michael Geddes
Zoneinfo - Timezone metadata. Signed-off-by: Michael Geddes michael at frog dot wheelycreek dot net -- Index: packages/libs/zoneinfo/Makefile === --- packages/libs/zoneinfo/Makefile (revision 0) +++ packages/libs/zoneinfo

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: snip 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

[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 michael at frog dot wheelycreek dot net -- 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 michael at frog dot wheelycreek dot net -- Index: packages/lang/php5/patches/005-APC.patch === --- packages/lang/php5/patches/005

[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 michael at frog dot wheelycreek dot net

[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 michael at frog dot wheelycreek dot net --- Index: packages/libs/apr-util/Makefile === --- packages/libs/apr-util/Makefile (revision 11372

[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 michael at frog dot wheelycreek dot net --- Index: packages/net/apache/patches/005-apxs_optware.patch === --- packages/net

[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 michael at frog dot wheelycreek dot net --- Index: packages/libs/speex/Makefile === --- packages/libs/speex/Makefile(revision 11372

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.

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, but in

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

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

[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 michael at frog dot wheelycreek dot net --- Index: Makefile === --- Makefile(revision 11372) +++ Makefile(working copy) @@ -29,9 +29,7

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

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-genmarshal'

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