git.cweiske.de
/
enigma2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
007c924
)
fix typo
author
Andreas Monzner
<
[email protected]
>
Mon, 14 Jul 2008 09:35:22 +0000
(09:35 +0000)
committer
Andreas Monzner
<
[email protected]
>
Mon, 14 Jul 2008 09:35:22 +0000
(09:35 +0000)
lib/python/Components/Network.py
patch
|
blob
|
history
diff --git
a/lib/python/Components/Network.py
b/lib/python/Components/Network.py
index eff51aa08500c7012c98d97ea1a45c3e3e95adb3..cb2727cbfae4ed81c31927f38e8f419b7fee399f 100644
(file)
--- 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
e
th0 inet dhcp\n")
+ fp.write("iface
a
th0 inet dhcp\n")
if mode == 'lan':
fp.write("auto eth0\n")
fp.write("iface eth0 inet dhcp\n")