2007-12-29 04:11:19 +05:30
|
|
|
# You can define a list modules for a specific kernel version,
|
|
|
|
# a released kernel version, a main kernel version or just a list.
|
2011-07-04 13:18:51 +05:30
|
|
|
# The most specific versioned variable will take precedence.
|
2007-12-29 04:11:19 +05:30
|
|
|
#modules_2_6_23_gentoo_r5="ieee1394 ohci1394"
|
|
|
|
#modules_2_6_23="tun ieee1394"
|
|
|
|
#modules_2_6="tun"
|
2011-07-04 13:18:51 +05:30
|
|
|
#modules_2="ipv6"
|
2007-12-29 04:11:19 +05:30
|
|
|
#modules="ohci1394"
|
|
|
|
|
2008-08-19 20:55:06 +05:30
|
|
|
# You can give modules a different name when they load - the new name
|
|
|
|
# will also be used to pick arguments below.
|
|
|
|
#modules="dummy:dummy1"
|
|
|
|
|
2008-03-25 14:01:48 +05:30
|
|
|
# Give the modules some arguments if needed, per version if necessary.
|
2011-07-04 13:18:51 +05:30
|
|
|
# Again, the most specific versioned variable will take precedence.
|
2008-03-25 14:01:48 +05:30
|
|
|
#module_ieee1394_args="debug"
|
2011-07-04 13:18:51 +05:30
|
|
|
#module_ieee1394_args_2_6_23_gentoo_r5="debug2"
|
|
|
|
#module_ieee1394_args_2_6_23="debug3"
|
|
|
|
#module_ieee1394_args_2_6="debug4"
|
|
|
|
#module_ieee1394_args_2="debug5"
|
2007-12-29 04:11:19 +05:30
|
|
|
|
|
|
|
# You should consult your kernel documentation and configuration
|
|
|
|
# for a list of modules and their options.
|