Re: [OpenWrt-Devel] [PATCH] postgres initdb fix

2008-05-14 Thread Travis Kemen
On Wed, May 14, 2008 at 2:57 PM, Jeremy Jones <[EMAIL PROTECTED]> wrote: > The attached patch includes /usr/share/postgresql/snowball_create.sql in > the pgsql-server package. This is needed by initdb to actually create a > new database. Also available at http://pastebin.ca/1018274 > > Signed-of

Re: [OpenWrt-Devel] [PATCH 2/2] madwifi: make hal, bus and rate control configurable

2008-05-14 Thread Travis Kemen
Axel Gembe wrote: > This patch adds a number of configuration options to the MadWifi package. You > can > now configure the HAL, bus, default rate control algorithm as well as the > debug > mode from within make menuconfig. The goal is to be able to support hardware > profiles with different HALs

Re: [OpenWrt-Devel] [PATCH 1/2] kernel: allow kernel modules to have a configuration definition

2008-05-14 Thread Travis Kemen
Axel Gembe wrote: > This patch makes kernel modules check if config is defined and creates a > config > passthrough target which will evaluate the original config in the generated > package. This is done so kernel modules can have configuration menus like > busybox, etc... > > Signed-off-by: Axel

Re: [OpenWrt-Devel] Adding new platform to openWRT

2008-05-14 Thread Brian Oostenbrink
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of RB > Sent: Tuesday, May 13, 2008 4:19 PM > To: OpenWrt Development List > Subject: Re: [OpenWrt-Devel] Adding new platform to openWRT > > Some questions that popped up but may not be answerable yet...

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

2008-05-14 Thread robert.buranyi
Fix for the include/lib directories in the dbus build process. Remove dbus-x11 from default configuration. Signed-off-by: Robert Buranyi <[EMAIL PROTECTED]> --- Index: packages/utils/dbus/Makefile === --- packages/utils/dbus/Makefi

[OpenWrt-Devel] [PATCH] postgres initdb fix

2008-05-14 Thread Jeremy Jones
The attached patch includes /usr/share/postgresql/snowball_create.sql in the pgsql-server package. This is needed by initdb to actually create a new database. Also available at http://pastebin.ca/1018274 Signed-off-by: Jeremy Jones pavlovmedia.com> -- Index: packages/libs/postgresql/Makefile =

[OpenWrt-Devel] kmod-leds-wrap not compiled

2008-05-14 Thread Roberto Riggio
Hi, I'm using the trunl version of kamikaze and I've selected the kmod-leds-wrap However it seems like the module is not compiled and anyway it is not listed by lsmod on the running box. Is anybody using this module on the wrap boards? Thanks -- --

[OpenWrt-Devel] [PATCH] chan_capi

2008-05-14 Thread joerg jungermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch adds chan_capi for asterisk14 to the feeds repo. Index: chan_capi/Makefile === - --- chan_capi/Makefile (revision 0) +++ chan_capi/Makefile (revision 0) @@ -0,0 +1,73 @@ +# +#

[OpenWrt-Devel] [PATCH] isdnutils

2008-05-14 Thread joerg jungermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi ! This patch you can download from http://vvv.borkum.net/files/openwrt/isdnutils-r11136.patch.bz2 because its size. Adds four packages from isdnutils source distribution. libcapi - lib CAPI with rcapid-client support capiinfo - a tool to list cap

[OpenWrt-Devel] [PATCH] memstat

2008-05-14 Thread joerg jungermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch add the memstat memory statistics utility to the feeds repostitory. - -- Index: memstat/patches/100-memstat.conf.patch === - --- memstat/patches/100-memstat.conf.patch (r

[OpenWrt-Devel] [PATCH] privoxy boost 3.0.8

2008-05-14 Thread joerg jungermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi This patch boost privoxy to version 3.0.8, to support transparent (intercepting) proxiing of HTTP/80 connections. cya Index: privoxy/Makefile === - --- privoxy/Makefile(revision

[OpenWrt-Devel] [PATCH] iw update

2008-05-14 Thread joerg jungermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi ! I wanted to have the multiple wlan devices on my bcm47xx Asus Wl500gP v1. The mac80211 stack supports it, but the iw utility in svn trunk does not. So here is the patch to update the iw utility. This line for example now adds a new virtual wifi

[OpenWrt-Devel] [PATCH 5/5] bcm96345: correct some 6345 specific stuff

2008-05-14 Thread Axel Gembe
This fixes some problems with the 6345 support and adds a macro for CPU identification that is easier on the eyes. The first thing it does is to not initialize MPI on the 6345 as it does not have PCI. The second thing it does is to use a static value for the CPU frequency of the 6345 chip to provid

[OpenWrt-Devel] [PATCH 4/5] bcm963xx: add new timer code

2008-05-14 Thread Axel Gembe
This basically selects the new generic MIPS timer code for BCM963xx and kickstarts the C0 compare IRQ when initializing the timer. Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> --- .../patches/070-bcm963xx_add_new_timer_code.patch | 46 1 files changed, 46 insertions(+), 0

[OpenWrt-Devel] [PATCH 3/5] bcm963xx: remove obsolete timer code

2008-05-14 Thread Axel Gembe
This removes some code that has been deprecated in kernels >= 2.6.24. Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> --- .../060-bcm963xx_remove_obsolete_timer_code.patch | 59 1 files changed, 59 insertions(+), 0 deletions(-) create mode 100644 target/linux/brcm63xx/patc

[OpenWrt-Devel] [PATCH 2/5] bcm963xx: add missing trailing zero to load address

2008-05-14 Thread Axel Gembe
The load address for BCM963xx is 0x8001, not 0xf8001000 as in the current sources. I think this is just a typo, so this patch fixes it (tested on 96345). Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> --- .../patches/050-bcm963xx_add_trailing_zero.patch | 29 1 files c

[OpenWrt-Devel] [PATCH 1/5] brcm63xx: add default kernel command line

2008-05-14 Thread Axel Gembe
Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> --- target/linux/brcm63xx/config-2.6.24 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/linux/brcm63xx/config-2.6.24 b/target/linux/brcm63xx/config-2.6.24 index 92c4a4f..fbad4a4 100644 --- a/target/linux/brcm63xx/confi

Re: [OpenWrt-Devel] Xilinx Spartan 3E Starter Kit port - JFFS2 question

2008-05-14 Thread Harald Schiƶberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RHS Linux User wrote: > Hi Harald, > >I tried to mount jffs2 today with Ubuntu (please see below) without > success. I know the jffs2 file is OK since I "install" it in a Meraki Mini > and the Meraki Mini runs OK. However, I tried to mount the file