aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--freedom-maker/README8
-rw-r--r--packages/torouter-prep/configs/interfaces1
-rw-r--r--packages/torouter-prep/configs/modprobe.d-blacklist.conf6
3 files changed, 14 insertions, 1 deletions
diff --git a/freedom-maker/README b/freedom-maker/README
index 15a1c50..1428d26 100644
--- a/freedom-maker/README
+++ b/freedom-maker/README
@@ -48,5 +48,13 @@ following to switch the root filesystem back to the internal microSD card:
- - - - -
+To turn the device into a Torouter you'll want to do the following:
+ # ssh or login to the router
+ wget https://gitweb.torproject.org/torouter.git/blob_plain/HEAD:/packages/torouter_easy_setup.sh
+ bash torouter_easy_setup.sh
+ reboot
+
+This should result in a proper Torouter without any need for further configuration.
+
Be aware that this is an imcomplete solution for now .. you will want to at
least do things like create unique ssh host keys for your device!
diff --git a/packages/torouter-prep/configs/interfaces b/packages/torouter-prep/configs/interfaces
index ef3071a..3af6c55 100644
--- a/packages/torouter-prep/configs/interfaces
+++ b/packages/torouter-prep/configs/interfaces
@@ -23,6 +23,7 @@ iface eth1 inet static
post-up /etc/init.d/dnsmasq restart
# The magic Tor wireless network
+auto uap0
iface uap0 inet static
address 172.16.23.1
netmask 255.255.255.0
diff --git a/packages/torouter-prep/configs/modprobe.d-blacklist.conf b/packages/torouter-prep/configs/modprobe.d-blacklist.conf
index 87c6fbe..e14a9d0 100644
--- a/packages/torouter-prep/configs/modprobe.d-blacklist.conf
+++ b/packages/torouter-prep/configs/modprobe.d-blacklist.conf
@@ -22,5 +22,9 @@ blacklist am53c974
# these watchdog drivers break some systems
blacklist iTCO_wdt
-
+# We do not need or want ipv6 right now
blacklist ipv6
+
+# This wireless driver does not give us AP support, sadly
+blacklist libertas
+blacklist libertas_sdio