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

2008-05-06 Thread Axel Gembe
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 Gembe <[EMAIL PROTECTED]> --- i

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

2008-05-06 Thread Axel Gembe
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 without messing around with th

[OpenWrt-Devel] Adding new platform to openWRT

2008-05-06 Thread Brian Oostenbrink
Hello: I'm working on adding a new platform to openWRT. The platform is multi-processor MIPS cpu that runs SMP Linux. I have a few questions: 1. We currently have Linux 2.6.20 + busybox + squashfs running and stable on our platform (using an old, customized buildroot-based system), and have custo

Re: [OpenWrt-Devel] [PATCH] Regression on watchdog module for kernel 2.6.25 (x86 target)

2008-05-06 Thread Axel Gembe
I suggest using the snippet from here: https://dev.openwrt.org/ticket/3402 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

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

2008-05-06 Thread E. Arkalis
Adds support for user led for Mikrotik's rb150. Signed-off-by: Evangelos Arkalis <[EMAIL PROTECTED]> Index: target/linux/adm5120/files/drivers/leds/leds-adm5120.c === --- target/linux/adm5120/files/drivers/leds/leds-adm5120.c (