X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FNetwork.py;h=b9da48d8116c12b90ce1483141141c284cc05d1f;hb=4d7f4836f07bb037bc1c840983e5ef1c99606005;hp=45b8bfa075da6430940d4ea397036011c3424446;hpb=a3260f88e01e3e91229ac241d0cd5648f2a045f3;p=vuplus_dvbapp diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py index 45b8bfa..b9da48d 100755 --- a/lib/python/Components/Network.py +++ b/lib/python/Components/Network.py @@ -580,11 +580,11 @@ class Network: self.wlanmodule = 'madwifi' if os_path.exists(rt73_dir): rtfiles = listdir(rt73_dir) - if len(rtfiles) == 2: + if len(rtfiles) == 2 or len(rtfiles) == 5: self.wlanmodule = 'ralink' if os_path.exists(zd1211b_dir): zdfiles = listdir(zd1211b_dir) - if len(zdfiles) == 1: + if len(zdfiles) == 1 or len(zdfiles) == 5: self.wlanmodule = 'zydas' return self.wlanmodule