commit 749e1e5cce0969f2c92977e2bcff30393af07038 Author: Jacob Appelbaum jacob@appelbaum.net Date: Fri Aug 26 00:50:14 2011 +0200
libertas and libertas_sdio are not our friends --- .../configs/modprobe.d-blacklist.conf | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-)
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
tor-commits@lists.torproject.org