diff options
author | ficus <ficus@robocracy.org> | 2012-11-24 03:49:49 +0100 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-11-24 03:49:49 +0100 |
commit | 94f633aa81ce40b2dd1d8eb26b90575937572f72 (patch) | |
tree | 829accfc6c4ee78c4fee4ed3825bddb29cf4cc2d | |
parent | 2f32429ee03e7b8ed2cfefa6efe07b56fcb28924 (diff) | |
download | torouter-live-94f633aa81ce40b2dd1d8eb26b90575937572f72.tar.gz torouter-live-94f633aa81ce40b2dd1d8eb26b90575937572f72.zip |
disable bluetooth kernel module
-rw-r--r-- | config/includes.chroot/etc/modprobe.d/dreamplug.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/includes.chroot/etc/modprobe.d/dreamplug.conf b/config/includes.chroot/etc/modprobe.d/dreamplug.conf index ca41938..3aae2d2 100644 --- a/config/includes.chroot/etc/modprobe.d/dreamplug.conf +++ b/config/includes.chroot/etc/modprobe.d/dreamplug.conf @@ -3,3 +3,6 @@ blacklist libertas_sdio blacklist libertas +# disable unused bluetooth wireless module +blacklist bluetooth + |