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 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
any common pattern would be hard to use in an UI frontend.

Maybe a single config file with sections for each module would be
better?  Something like this:

config kernel-module scsi_mod
        option inq_timeout 60

config kernel-module coolmod2
        option param1 1
        option param2 42

Attachment: signature.asc
Description: Digital signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to