[tor-commits] [torouter/master] we want wlan0 not uap0 for freedom-maker

ioerror at torproject.org ioerror at torproject.org
Tue Aug 23 13:56:49 UTC 2011


commit 74e568fc3ca899b202e839a31ec166f8f8c528c8
Author: Jacob Appelbaum <jacob at appelbaum.net>
Date:   Tue Aug 23 15:54:29 2011 +0200

    we want wlan0 not uap0 for freedom-maker
---
 packages/torouter-prep/configs/interfaces |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/torouter-prep/configs/interfaces b/packages/torouter-prep/configs/interfaces
index ef3071a..a72d593 100644
--- a/packages/torouter-prep/configs/interfaces
+++ b/packages/torouter-prep/configs/interfaces
@@ -23,7 +23,7 @@ iface eth1 inet static
 	post-up /etc/init.d/dnsmasq restart
 
 # The magic Tor wireless network
-iface uap0 inet static
+iface wlan0 inet static
         address 172.16.23.1
 	netmask 255.255.255.0
 	network 172.16.23.0



More information about the tor-commits mailing list