diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-14 21:45:35 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-14 21:45:35 +0000 |
commit | a55c0380aaf47e84fad8c7f143ca42a2389d39ce (patch) | |
tree | c0f3838c28c2bf213e26c1316e5d4996cb83b192 /lib/network/connection/xdsl.pm | |
parent | 80b114b37e4cd19d1603eec59e3e9fe6d9999efc (diff) | |
download | drakx-net-a55c0380aaf47e84fad8c7f143ca42a2389d39ce.tar drakx-net-a55c0380aaf47e84fad8c7f143ca42a2389d39ce.tar.gz drakx-net-a55c0380aaf47e84fad8c7f143ca42a2389d39ce.tar.bz2 drakx-net-a55c0380aaf47e84fad8c7f143ca42a2389d39ce.tar.xz drakx-net-a55c0380aaf47e84fad8c7f143ca42a2389d39ce.zip |
rename no_club as no_distro_package
Diffstat (limited to 'lib/network/connection/xdsl.pm')
-rw-r--r-- | lib/network/connection/xdsl.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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', }, |