Re: [OpenWrt-Devel] [patch] update netconfig for wl-500w

2008-05-07 Thread Travis Kemen
Ben Pfountz wrote: > This patch lets netconfig support the asus wl-500w. I've been > using it for some time now without problems. > > Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> > > diff -urN --exclude=.svn > target.old/linux/brcm-2.4/base-files/etc/init.d/netconfig > target/linux/brcm-2.

Re: [OpenWrt-Devel] [patch] include kmod-leds-gpio in NSLU2 build

2008-05-07 Thread Travis Kemen
Ben Pfountz wrote: > When the NSLU2 build switched from 2.6.23 to 2.6.24, this module became > necessary to control the LEDs. More info is in the forum: > > http://forum.openwrt.org/viewtopic.php?id=15050 > > Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> > > diff -urN --exclude=.svn > target

Re: [OpenWrt-Devel] [PATCH] update lcd4linux

2008-05-07 Thread Travis Kemen
[EMAIL PROTECTED] wrote: > update lcd4linux to the latest svn version > > Signed-off-by: Michael Vogt > > > > > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.or

Re: [OpenWrt-Devel] [PATCH] new package: st2205tool

2008-05-07 Thread Travis Kemen
[EMAIL PROTECTED] wrote: > this library is useful for hacked picframe displays. you can use this > lib also with lcd4linux. check http://picframe.spritesserver.nl/wiki for > more information. > > Signed-off-by: Michael Vogt > > > ---

Re: [OpenWrt-Devel] [PATCH] update bemusedlinuxserver

2008-05-07 Thread Travis Kemen
[EMAIL PROTECTED] wrote: > Update Bemusedlinuxserver to latest version. > > Signed-off-by: Michael Vogt > > > > > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.

Re: [OpenWrt-Devel] [PATCH] new package smtptrapd

2008-05-07 Thread Travis Kemen
Stan?k Lubo? (lubek) wrote: > A new package smtptrapd to provide a (secondary) SMTP server > returning 4xx soft error. > > The init script is extra enhanced to work with multiple > configurations (named sections), to provide additional > rc commands, the commands help and an example configurati

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

2008-05-07 Thread Travis Kemen
Michael wrote: > Here is a patch that adds a vim-full (normal options) target to vim... as > well as split out vim-runtime and vim-doc. > The vim-runtime could probably be split further into base/ syntax but given > that it requires 1.4 M vim-full I'm not too worried. > > > Signed-off-by: Mic

Re: [OpenWrt-Devel] [PATCH][RFC] feeds: create config if not found

2008-05-07 Thread Axel Gembe
Sorry about the wrong time, I just installed an NTP client on my dev install. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH][RFC] feeds: create config if not found

2008-05-07 Thread Axel Gembe
Check for a file named .config before actually installing the package. If it does not exist, create a default configuration file before proceeding. This fixes the problem where you get all entries marked as module in the generated configuration file when you use "./scripts/feeds install -d m pkg"

Re: [OpenWrt-Devel] Problem with build-system and feeds script

2008-05-07 Thread Axel Gembe
Oliver Ertl wrote: > Now go to Utilities > Editors and tell me if the nano package is selected as > Seems to work, it is selected as module. [EMAIL PROTECTED]:~/src/openwrt/test$ grep nano .config CONFIG_PACKAGE_nano=m [EMAIL PROTECTED]:~/src/openwrt/test$ - Axel _

[OpenWrt-Devel] Problem with build-system and feeds script

2008-05-07 Thread Oliver Ertl
Please test and report. cd ~/ svn checkout https://svn.openwrt.org/openwrt/trunk/ ~/trunk/ cd ~/trunk/ ./scripts/feeds update -a ./scripts/feeds install -d m nano make menuconfig Now go to Utilities > Editors and tell me if the nano package is selected as

Re: [OpenWrt-Devel] [PATCH 1/7] build: fix watchdog path for 2.6.24+

2008-05-07 Thread Axel Gembe
Geoff Levand wrote: > It would be nice if we had a patch description for this and > your other changes, that stated what they do or why they were > needed. > This patch is needed because in 2.6.24 the watchdog directory was changed. OpenWRT accounted for this by checking for 2.6.24, but of cours

Re: [OpenWrt-Devel] [PATCH 1/7] build: fix watchdog path for 2.6.24+

2008-05-07 Thread Geoff Levand
Hi, Axel Gembe wrote: > Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> > --- > package/kernel/modules/other.mk |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk > index bf67464..18e7b19 100644 > --- a/p

[OpenWrt-Devel] [patch] add fsck on bootup to fstab

2008-05-07 Thread Ben Pfountz
This patch allows fsck to be run on partitions before mounting them. It also has an option to run the check in background for when the partition is not critical to bootup. It has been tested on brcm 2.4 with ext2 partitions. Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> diff -urN package.old/b

[OpenWrt-Devel] [patch] ppp ip-up and ip-down breaks with pptp connection

2008-05-07 Thread Ben Pfountz
This patch allows the ip-up and ip-down scripts to work correctly for both pptp vpn clients and pppoe wan links. More info available in trac: https://dev.openwrt.org/ticket/2342#comment:2 Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> diff -urN package.old/ppp/files/etc/ppp/ip-down package/pp

[OpenWrt-Devel] [patch] update netconfig for wl-500w

2008-05-07 Thread Ben Pfountz
This patch lets netconfig support the asus wl-500w. I've been using it for some time now without problems. Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> diff -urN --exclude=.svn target.old/linux/brcm-2.4/base-files/etc/init.d/netconfig target/linux/brcm-2.4/base-files/etc/init.d/netconfig -

[OpenWrt-Devel] [patch] Fixes compile problem with freeradius

2008-05-07 Thread Ben Pfountz
Compile fix for freeradius build, more info can be found in trac: https://dev.openwrt.org/ticket/2731 Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> diff -urN feeds.old/packages/net/freeradius/patches/010-ltdl.patch feeds/packages/net/freeradius/patches/010-ltdl.patch --- feeds.old/packages/net

[OpenWrt-Devel] [patch] include kmod-leds-gpio in NSLU2 build

2008-05-07 Thread Ben Pfountz
When the NSLU2 build switched from 2.6.23 to 2.6.24, this module became necessary to control the LEDs. More info is in the forum: http://forum.openwrt.org/viewtopic.php?id=15050 Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> diff -urN --exclude=.svn target.old/linux/ixp4xx/generic/profiles/200

[OpenWrt-Devel] [PATCH] leds-parport: make a package

2008-05-07 Thread Axel Gembe
This adds a package for leds-parport (http://code.bastart.eu.org/leds-parport/) Leds-parport is a LED subsystem device driver for the Linux operating system. The code was written for Linux version 2.6.22 but has since been tested up to 2.6.25. The module takes 1 parameter, which is parled_port_nr,

[OpenWrt-Devel] [PATCH 7/7] atheros: ar531x watchdog support

2008-05-07 Thread Axel Gembe
Atheros AR531X (Generic) watchdog support code (based on ar7_wdt.c). This watchdog should work on most AR5315 / AR5312 devices. I've personally tested it on La Fonera and D-Link DWL-2100AP. Please note that the DWL-2100AP uses a slightly faster clock for its watchdog, see the source files. Signed-

[OpenWrt-Devel] [PATCH 6/7] atheros: use redboot cmdline

2008-05-07 Thread Axel Gembe
This patch makes the kernel use the RedBoot kernel command line when the corresponding Kconfig option is set. The code appends the RedBoot command line to the default command line. Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> --- target/linux/atheros/config-2.6.23 |1 + targe

[OpenWrt-Devel] [PATCH 5/7] atheros: console config override

2008-05-07 Thread Axel Gembe
This patch makes it possible to override the console kernel command line option by passing a command line to the kernel. It basically removes the console option from the default command line and adds it at runtime in prom_init when console= was not yet specified. Signed-off-by: Axel Gembe <[EMAIL

[OpenWrt-Devel] [PATCH 4/7] atheros: kgdb support

2008-05-07 Thread Axel Gembe
Atheros supports KGDB using the generic KGDB MIPS support. We can use the generic serial functions because the Atheros boards have a standard serial port. Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> --- .../linux/atheros/patches-2.6.23/100-board.patch | 41 ++-- .../linux/ather

[OpenWrt-Devel] [PATCH 3/7] atheros: use 2.6.25 kernel

2008-05-07 Thread Axel Gembe
Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> --- target/linux/atheros/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/atheros/Makefile b/target/linux/atheros/Makefile index ab301ba..ed32e20 100644 --- a/target/linux/atheros/Makefile +++ b/target/li

[OpenWrt-Devel] [PATCH 2/7] build: use correct module names for 2.6.25

2008-05-07 Thread Axel Gembe
Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> --- package/kernel/modules/crypto.mk | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 4bb5919..6f41241 100644 --- a/package/kernel/modules/crypt

[OpenWrt-Devel] [PATCH 1/7] build: fix watchdog path for 2.6.24+

2008-05-07 Thread Axel Gembe
Signed-off-by: Axel Gembe <[EMAIL PROTECTED]> --- package/kernel/modules/other.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/kernel/modules/other.mk b/package/kernel/modules/other.mk index bf67464..18e7b19 100644 --- a/package/kernel/modules/other.mk +++ b/p

Re: [OpenWrt-Devel] [PATCH] Routerboard RB150 user led support

2008-05-07 Thread Gabor Juhos
> Adds support for user led for Mikrotik's rb150. Thanks, applied. Can you check the LEDs embedded into the ethernet sockets? Gabor ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt