diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-04 15:23:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-04 15:23:18 +0000 |
commit | 166666dc46eef4c2c1e2975605a8cb430ea134c7 (patch) | |
tree | ed93d84c48343fd0d196195de0820c9d0c1c9090 /perl-install/modules.pm | |
parent | eaecc4a1299ef60acd56506ec330b9c8fe9c8a39 (diff) | |
download | drakx-166666dc46eef4c2c1e2975605a8cb430ea134c7.tar drakx-166666dc46eef4c2c1e2975605a8cb430ea134c7.tar.gz drakx-166666dc46eef4c2c1e2975605a8cb430ea134c7.tar.bz2 drakx-166666dc46eef4c2c1e2975605a8cb430ea134c7.tar.xz drakx-166666dc46eef4c2c1e2975605a8cb430ea134c7.zip |
(tv): add ultracam & usbvideo
(@skip_modules_on_stage1): kaweth and pegasus doesn't work on stage1, so skip them
Diffstat (limited to 'perl-install/modules.pm')
-rw-r--r-- | perl-install/modules.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/modules.pm b/perl-install/modules.pm index 36687899d..c988652c1 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -124,11 +124,13 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "c4" => "c4", }], [ 'tv', { + "bttv" => "Brooktree Corporation|Bt8xx Video Capture", "cpia_usb" => '', "ibmcam" => '', "mod_quickcam" => '', "ov511" => '', - "bttv" => "Brooktree Corporation|Bt8xx Video Capture", + "ultracam" => '', + "usbvideo" => '', }], [ 'scanner', { "scanner" => '', |