> > It allows to configure kernel modules parameters from uci config
> > files.
>
> Interesting. But is it really good to have a separate config file for
> each module? This can lead to collisions (if a module has the same
> name as a different config file); also, a set of config files without
On Mon, Aug 04, 2008 at 06:09:36PM +0200, Frédéric Moulins wrote:
> Hello,
>
> maybe the following patch will interest you :
> http://lists.openwrt.org/pipermail/openwrt-devel/2008-June/002609.html
>
> It allows to configure kernel modules parameters from uci config files.
Interesting. But is i
Hello,
maybe the following patch will interest you :
http://lists.openwrt.org/pipermail/openwrt-devel/2008-June/002609.html
It allows to configure kernel modules parameters from uci config files.
Also take a look at the reply, there is a patch for uci needed for the
moment.
fred
On Sun, 3 Aug
This patch allows to specify parameters to kernel modules in the autoload
function using the char '/' as separator.
E.g. from madwifi Makefile:
MADWIFI_AUTOLOAD+= ath_pci/autocreate=none
--
Index: include/kernel.mk
===
--- include