diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-03-08 16:18:50 +0100 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-03-08 16:18:50 +0100 |
| commit | 57164d6bbdabc95203a95572129823b4dd61821d (patch) | |
| tree | 48f67c3434ae2b5c92af81e32b20c805fc2d033b /lib/python/Components/Network.py | |
| parent | 4c1d3d2f5cf39f72bf85041a6ba6665350ea742e (diff) | |
| download | enigma2-57164d6bbdabc95203a95572129823b4dd61821d.tar.gz enigma2-57164d6bbdabc95203a95572129823b4dd61821d.zip | |
fixes bug #429
remove some absolute paths
Diffstat (limited to 'lib/python/Components/Network.py')
| -rwxr-xr-x | lib/python/Components/Network.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Network.py b/lib/python/Components/Network.py index 29491cb0..b9da48d8 100755 --- a/lib/python/Components/Network.py +++ b/lib/python/Components/Network.py @@ -14,7 +14,7 @@ class Network: self.NetworkState = 0 self.DnsState = 0 self.nameservers = [] - self.ethtool_bin = "/usr/sbin/ethtool" + self.ethtool_bin = "ethtool" self.container = eConsoleAppContainer() self.Console = Console() self.LinkConsole = Console() |
