diff options
Diffstat (limited to 'lib/network/connection')
-rw-r--r-- | lib/network/connection/pots.pm | 2 | ||||
-rw-r--r-- | lib/network/connection/xdsl.pm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/network/connection/pots.pm b/lib/network/connection/pots.pm index 53a72d4..22299f6 100644 --- a/lib/network/connection/pots.pm +++ b/lib/network/connection/pots.pm @@ -104,7 +104,7 @@ my @thirdparty_settings = ( kernel_module => { package => 'sm56', }, - no_club => 1, + no_distro_package => 1, device => '/dev/sm56', }, ); diff --git a/lib/network/connection/xdsl.pm b/lib/network/connection/xdsl.pm index 092a594..cf7e74e 100644 --- a/lib/network/connection/xdsl.pm +++ b/lib/network/connection/xdsl.pm @@ -104,7 +104,7 @@ my @thirdparty_settings = ( explanations => N_("The ECI Hi-Focus modem cannot be supported due to binary driver distribution problem. You can find a driver on http://eciadsl.flashtux.org/"), - no_club => 1, + no_distro_package => 1, tools => { test_file => '/usr/sbin/pppoeci', }, @@ -160,7 +160,7 @@ You can find a driver on http://eciadsl.flashtux.org/"), name => 'cxacru', firmware => { test_file => 'cxacru-fw.bin', - no_club => 1, + no_distro_package => 1, explanations => N_("Modems using Conexant AccessRunner chipsets cannot be supported due to binary firmware distribution problem."), url => 'http://accessrunner.sourceforge.net/firmware.shtml', }, |