diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-26 00:50:14 +0200 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2011-08-26 00:50:14 +0200 |
commit | 749e1e5cce0969f2c92977e2bcff30393af07038 (patch) | |
tree | 161190874e5a77f1a18b378d787b524f4f211464 | |
parent | 6657b82c3eec9026967c98961f30a0e946ba5ec9 (diff) | |
download | torouter-749e1e5cce0969f2c92977e2bcff30393af07038.tar.gz torouter-749e1e5cce0969f2c92977e2bcff30393af07038.zip |
libertas and libertas_sdio are not our friends
-rw-r--r-- | packages/torouter-prep/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 |