diff options
Diffstat (limited to 'convert')
-rwxr-xr-x | convert/merge2pcitable.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/convert/merge2pcitable.pl b/convert/merge2pcitable.pl index 6d91037d..461639ea 100755 --- a/convert/merge2pcitable.pl +++ b/convert/merge2pcitable.pl @@ -5,7 +5,7 @@ use MDK::Common; @ignored_modules = ( qw(alsa ignore), -qw(tr bcm5700), # redhat have this, ignore it +qw(tr), # redhat have this, ignore it ); if ($0 =~ /merge2pcitable/) |