diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 14:06:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 14:06:09 +0000 |
commit | 3281465142b1fe883b9403504c21d79f254a1fa7 (patch) | |
tree | f3997ee5782a8d69d385e193a0da176510d743bc /perl-install | |
parent | 257fb7386825faa073cd68162f9dcd829780fa77 (diff) | |
download | drakx-3281465142b1fe883b9403504c21d79f254a1fa7.tar drakx-3281465142b1fe883b9403504c21d79f254a1fa7.tar.gz drakx-3281465142b1fe883b9403504c21d79f254a1fa7.tar.bz2 drakx-3281465142b1fe883b9403504c21d79f254a1fa7.tar.xz drakx-3281465142b1fe883b9403504c21d79f254a1fa7.zip |
add various/crypto category (support for hardware accelerated crypto)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/modules.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 6207e47df..3a16b62e6 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -183,6 +183,7 @@ sub write_preload_conf { push @l, 'nvram' if cat_('/proc/bus/input/devices') =~ m!^N: Name="SynPS/2 Synaptics TouchPad"$!m; push @l, map { $_->{driver} } probe_category('various/laptop'); push @l, map { $_->{driver} } probe_category('multimedia/joystick'); + push @l, map { $_->{driver} } probe_category('various/crypto'); push @l, 'padlock' if cat_("/proc/cpuinfo") =~ /rng_en/; my @l_26 = @l; push @l_26, map { $_->{driver} } probe_category('various/agpgart'); |