diff options
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 ccd119ee3..4a72ffdf2 100644 --- a/perl-install/modules.pm +++ b/perl-install/modules.pm @@ -105,6 +105,7 @@ if_(arch() !~ /alpha/ && arch() !~ /sparc/, "de4x5" => "Digital 425,434,435,450,500", "rtl8139" => "RealTek RTL8129/8139", "sundance" => "sundance", + "dl2k" => "dl2k", }], [ 'net_raw', { "8390" => "8390", |