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