Re: [OpenWrt-Devel] [PATCH] Allow use of parameters for modules in function autoload

2008-08-05 Thread Frédéric Moulins
> > 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

Re: [OpenWrt-Devel] [PATCH] Allow use of parameters for modules in function autoload

2008-08-04 Thread Sergey Vlasov
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

Re: [OpenWrt-Devel] [PATCH] Allow use of parameters for modules in function autoload

2008-08-04 Thread Frédéric Moulins
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

[OpenWrt-Devel] [PATCH] Allow use of parameters for modules in function autoload

2008-08-03 Thread Roberto Riggio
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