diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-14 09:35:22 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2008-07-14 09:35:22 +0000 |
| commit | 6f50f87ade33d60f05939a38de1ae0f4117b414b (patch) | |
| tree | 5c0e21bb37c087c404e8eebeaae7f5ae61bf13da /lib/python/Components/Network.py | |
| parent | 007c9240c1be4f000d98b0193c65440b9e1fb0e5 (diff) | |
| download | enigma2-6f50f87ade33d60f05939a38de1ae0f4117b414b.tar.gz enigma2-6f50f87ade33d60f05939a38de1ae0f4117b414b.zip | |
fix typo
Diffstat (limited to 'lib/python/Components/Network.py')
| -rw-r--r-- | 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 eff51aa0..cb2727cb 100644 --- a/lib/python/Components/Network.py +++ b/lib/python/Components/Network.py @@ -269,7 +269,7 @@ class Network: fp.write("iface wlan0 inet dhcp\n") if mode == 'wlan-mpci': fp.write("auto ath0\n") - fp.write("iface eth0 inet dhcp\n") + fp.write("iface ath0 inet dhcp\n") if mode == 'lan': fp.write("auto eth0\n") fp.write("iface eth0 inet dhcp\n") |
