diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-19 19:58:55 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-19 19:58:55 +0000 |
commit | 2c12b2f7932069c1d77d6a97977d06a115c5369b (patch) | |
tree | 6fb0fe58bc0e6580cb293bfba94eb37b9adf844a /lib | |
parent | b149e496986d877e9010caf88c9b5617fae98877 (diff) | |
download | drakx-net-2c12b2f7932069c1d77d6a97977d06a115c5369b.tar drakx-net-2c12b2f7932069c1d77d6a97977d06a115c5369b.tar.gz drakx-net-2c12b2f7932069c1d77d6a97977d06a115c5369b.tar.bz2 drakx-net-2c12b2f7932069c1d77d6a97977d06a115c5369b.tar.xz drakx-net-2c12b2f7932069c1d77d6a97977d06a115c5369b.zip |
show notification about cxacru firmware
Diffstat (limited to 'lib')
-rw-r--r-- | lib/network/connection/xdsl.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/network/connection/xdsl.pm b/lib/network/connection/xdsl.pm index 7a576cf..f9c1697 100644 --- a/lib/network/connection/xdsl.pm +++ b/lib/network/connection/xdsl.pm @@ -157,6 +157,16 @@ You can find a driver on http://eciadsl.flashtux.org/"), ], }, }, + + { + name => 'cxacru', + firmware => { + test_file => 'cxacru-fw.bin', + no_club => 1, + explanations => N_("Modems using Conexant AccessRunner chipsets cannot be supported due to binary firmware distribution problem."), + url => 'http://accessrunner.sourceforge.net/firmware.shtml', + }, + } ); sub get_thirdparty_settings() { |