[OpenWrt-Devel] [PATCH] update horst to version 2.0-rc1

2007-12-27 Thread bruno
From: Bruno Randolf <[EMAIL PROTECTED]> --- net/horst/Makefile | 20 ++-- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/net/horst/Makefile b/net/horst/Makefile index a4b96f6..97db051 100644 --- a/net/horst/Makefile +++ b/net/horst/Makefile @@ -9,15 +9,14 @@ i

Re: [OpenWrt-Devel] [PATCH] watchdog driver for ADM5120

2007-12-27 Thread Gabor Juhos
> Hello > > Here is the driver for the hardware watchdog timer > in ADM5120 SoC. Patch is against current svn Kamikaze. > > Here is only kernel driver. To activate watchdog you have > to use some userspace software writing to watchdog > device. I think there is one in busybox. > > Signed-off-by:

Re: [OpenWrt-Devel] Some packages

2007-12-27 Thread Pagefault
Here are some packages: * avila-compactflash just the Makefile to build the IPX425 compactflash module, which is already in the kernel. should probably be merged with package/kernel/modules/block.mk * click a rewrite of the click-package. userspace only (as the old one) , but with git-pull suppo

[OpenWrt-Devel] [patch]eneble airo-pci fix

2007-12-27 Thread Alexandros C. Couloumbis
This changes the airo driver kernel config to build the airo pci driver that does not depend on ISA_DMA_API. Signed-off-by: Alexandros C. Couloumbis <[EMAIL PROTECTED]> --- diff -Nru linux-2.6.23.11/drivers/net/wireless/Kconfig.orig linux-2.6.23.11/drivers/net/wireless/Kconfig --- linux-2.6.23.