diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-08-20 19:50:15 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-08-20 19:50:15 +0000 |
commit | ac6d351c778b2868d6bc4e1bed983659bb4b67b0 (patch) | |
tree | cf2e49c9abbb6f71bc81e54bdddbbef90b2fc5b3 /lib | |
parent | 88f2c54c7ffe1a63f5a19098ca6d93364b2454b2 (diff) | |
download | drakx-net-ac6d351c778b2868d6bc4e1bed983659bb4b67b0.tar drakx-net-ac6d351c778b2868d6bc4e1bed983659bb4b67b0.tar.gz drakx-net-ac6d351c778b2868d6bc4e1bed983659bb4b67b0.tar.bz2 drakx-net-ac6d351c778b2868d6bc4e1bed983659bb4b67b0.tar.xz drakx-net-ac6d351c778b2868d6bc4e1bed983659bb4b67b0.zip |
use '_' in module names
Diffstat (limited to 'lib')
-rw-r--r-- | lib/network/connection/wireless.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm index 5f57e1c..59f8747 100644 --- a/lib/network/connection/wireless.pm +++ b/lib/network/connection/wireless.pm @@ -155,7 +155,7 @@ my @thirdparty_settings = ( { name => 'acx100', - matching => [ qw(acx-pci acx-usb) ], + matching => [ qw(acx_pci acx_usb) ], description => 'ACX100/ACX111/TNETW1450', firmware => { url => 'http://acx100.sourceforge.net/wiki/Firmware', |