summaryrefslogtreecommitdiff
path: root/releng/airootfs/etc/modprobe.d
diff options
context:
space:
mode:
Diffstat (limited to 'releng/airootfs/etc/modprobe.d')
-rw-r--r--releng/airootfs/etc/modprobe.d/broadcom-wl.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/releng/airootfs/etc/modprobe.d/broadcom-wl.conf b/releng/airootfs/etc/modprobe.d/broadcom-wl.conf
new file mode 100644
index 0000000..d57bc07
--- /dev/null
+++ b/releng/airootfs/etc/modprobe.d/broadcom-wl.conf
@@ -0,0 +1,11 @@
+# The broadcom-wl package requires some modules to be disabled in order to use
+# wl. Since the ISO image needs to cover many hardware cases, this file
+# overrides the default blacklist in /usr/lib/modprobe.d/
+#
+# If you need to use wl, you may need to delete this file, then `rmmod` any
+# already-loaded modules that are now blacklisted before proceeding to modprobe
+# wl itself.
+
+blacklist b43
+blacklist bcma
+blacklist ssb \ No newline at end of file