diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-10-03 20:29:32 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-10-03 20:29:32 +0000 |
commit | 398a515c2cdf18639d03fc322327fcf0b69041a3 (patch) | |
tree | cfc8b13cc0f239990251c0a70b1fd01f0202b484 | |
parent | 3bdd9716715ad24487229f5642fd6f255dc47cd1 (diff) | |
download | drakx-net-398a515c2cdf18639d03fc322327fcf0b69041a3.tar drakx-net-398a515c2cdf18639d03fc322327fcf0b69041a3.tar.gz drakx-net-398a515c2cdf18639d03fc322327fcf0b69041a3.tar.bz2 drakx-net-398a515c2cdf18639d03fc322327fcf0b69041a3.tar.xz drakx-net-398a515c2cdf18639d03fc322327fcf0b69041a3.zip |
fix test of unicorn kernel modules
-rw-r--r-- | lib/network/connection/xdsl.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/network/connection/xdsl.pm b/lib/network/connection/xdsl.pm index 5cbfd50..092a594 100644 --- a/lib/network/connection/xdsl.pm +++ b/lib/network/connection/xdsl.pm @@ -141,9 +141,7 @@ You can find a driver on http://eciadsl.flashtux.org/"), description => 'Bewan Adsl (Unicorn)', url => 'http://www.bewan.com/bewan/users/downloads/', name => 'unicorn', - kernel_module => { - test_file => 'unicorn_.*_atm', - }, + kernel_module => 1, tools => { optional => 1, test_file => '/usr/bin/bewan_adsl_status', |