diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-03-26 10:21:27 -0400 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-01-02 14:52:03 +0100 |
commit | bed7645082c53a67ec5c6107fdb2c36e3a4483a6 (patch) | |
tree | 4207a6cb026af376f5dd54894a595d5392689640 /perl-install/harddrake | |
parent | 245f7f5528d69e16506ad12a1664eaf3191712f0 (diff) | |
download | drakx-bed7645082c53a67ec5c6107fdb2c36e3a4483a6.tar drakx-bed7645082c53a67ec5c6107fdb2c36e3a4483a6.tar.gz drakx-bed7645082c53a67ec5c6107fdb2c36e3a4483a6.tar.bz2 drakx-bed7645082c53a67ec5c6107fdb2c36e3a4483a6.tar.xz drakx-bed7645082c53a67ec5c6107fdb2c36e3a4483a6.zip |
adjust message to kernel-2.6+ reality
Diffstat (limited to 'perl-install/harddrake')
-rw-r--r-- | perl-install/harddrake/v4l.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm index 12d130240..bd7c649bb 100644 --- a/perl-install/harddrake/v4l.pm +++ b/perl-install/harddrake/v4l.pm @@ -483,7 +483,7 @@ If your card is misdetected, you can force the right tuner and card types here. $conf{card} = $cards_list{$conf{card}}; if (my $options = join(' ', if_($driver eq 'bttv', 'radio=' . ($conf{radio} ? 1 : 0)), map { if_($conf{$_} ne -1, "$_=$conf{$_}") } qw(card pll tuner gbuffers))) { log::l(qq([harddrake::v4l] set "$options" options for $driver)); -# log::explanations("modified file /etc/modules.conf ($options)") if $::isStandalone; +# log::explanations("modified file /etc/modprobe.conf ($options)") if $::isStandalone; $modules_conf->set_options($driver, $options); } return 1; |