From 08aff6ef44ac5dc438d916b53aa61385f6d299f3 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 25 Mar 2008 08:31:48 +0000 Subject: Allow per kernel version module arguments. --- conf.d.Linux/modules | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'conf.d.Linux/modules') diff --git a/conf.d.Linux/modules b/conf.d.Linux/modules index 7f923e7d..2fc26cf3 100644 --- a/conf.d.Linux/modules +++ b/conf.d.Linux/modules @@ -5,8 +5,11 @@ #modules_2_6="tun" #modules="ohci1394" -# Give the modules some arguments if needed. -# module_ieee1394_args="debug" +# Give the modules some arguments if needed, per version if necessary. +#module_ieee1394_args="debug" +#module_ieee1394_args_2_6_23_gentoo_r5="ieee1394 ohci1394" +#module_ieee1394_args_2_6_23="tun ieee1394" +#module_ieee1394_args_2_6="tun" # You should consult your kernel documentation and configuration # for a list of modules and their options. -- cgit v1.2.3