diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-03 19:51:49 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-03 19:51:49 +0000 |
commit | 24a9ef05dfd7c9cdb21fc769a2c0ab1fa7b7ff6a (patch) | |
tree | 36cbb68c1488d9638e1433958819f38f67520b56 | |
parent | 1cbd7242b0d5e3fb94abb2c91fdf228f740bf96f (diff) | |
download | drakx-backup-do-not-use-24a9ef05dfd7c9cdb21fc769a2c0ab1fa7b7ff6a.tar drakx-backup-do-not-use-24a9ef05dfd7c9cdb21fc769a2c0ab1fa7b7ff6a.tar.gz drakx-backup-do-not-use-24a9ef05dfd7c9cdb21fc769a2c0ab1fa7b7ff6a.tar.bz2 drakx-backup-do-not-use-24a9ef05dfd7c9cdb21fc769a2c0ab1fa7b7ff6a.tar.xz drakx-backup-do-not-use-24a9ef05dfd7c9cdb21fc769a2c0ab1fa7b7ff6a.zip |
add ralink RT2x00 interfaces type in comment
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 2528256b4..c9a48460d 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -550,7 +550,7 @@ sub getECI() { } sub getNet() { - # we want LAN like interfaces here (eg: ath|br|eth|fddi|plip|tr|usb|wifi|wlan). + # we want LAN like interfaces here (eg: ath|br|eth|fddi|plip|ra|tr|usb|wifi|wlan). # there's also bnep%d for bluetooth, bcp%d... # we do this by blacklisting the following interfaces: # - sit0 which is *always* created by net/ipv6/sit.c, thus is always created since net.agent loads ipv6 module |