diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-19 14:47:41 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-19 14:47:41 +0000 |
commit | 289cf2b938e521e176ff9d85854e60bafc5529d3 (patch) | |
tree | 772cce8685890ed78f2bd0f61dad8a72cc36ab6b /lib/network | |
parent | 678ad62532a5be75df8a8472aaa63d5a41773d22 (diff) | |
download | drakx-net-289cf2b938e521e176ff9d85854e60bafc5529d3.tar drakx-net-289cf2b938e521e176ff9d85854e60bafc5529d3.tar.gz drakx-net-289cf2b938e521e176ff9d85854e60bafc5529d3.tar.bz2 drakx-net-289cf2b938e521e176ff9d85854e60bafc5529d3.tar.xz drakx-net-289cf2b938e521e176ff9d85854e60bafc5529d3.zip |
fix matching of ueagle_atm module (#33029)
Diffstat (limited to 'lib/network')
-rw-r--r-- | lib/network/connection/xdsl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/connection/xdsl.pm b/lib/network/connection/xdsl.pm index 29fe3b3..fc6d88b 100644 --- a/lib/network/connection/xdsl.pm +++ b/lib/network/connection/xdsl.pm @@ -126,7 +126,7 @@ You can find a driver on http://eciadsl.flashtux.org/"), }, { - matching => [ 'ueagle-atm' ], + matching => [ 'ueagle_atm' ], description => 'Eagle chipset (from Analog Devices), e.g. Sagem F@st 800/840/908', url => 'http://www.eagle-usb.org/', name => 'ueagle', |